kubectl nova install control-plane
kubectl-nova install control-plane
Install a new Nova Control Plane in the hosting cluster
Synopsis
Install new Nova Control Plane.
Installs Nova Control Plane components in current cluster, outputs configuration to Nova home directory at ~/.nova
kubectl-nova install control-plane --context=[hosting cluster context] [CLUSTER NAME] [flags]
Examples
Start Nova Control Plane with default configuration:
kubectl nova install control-plane nova-cp
Options
--gcp-access-key string GCP access key JSON file path. Set for Nova Control Plane running in GKE.
--gcp-project-id string GCP Project ID. Set for Nova Control Plane running in GKE.
-h, --help help for control-plane
--image-repository string (default "elotl/nova-scheduler")
--image-tag string (default "v0.8.0")
--version string (default "v0.8.0")
--webhook-api-key string Webhook api key. When not passed a default value will be used.
Options inherited from parent commands
--context string
--namespace string (default "elotl")
--rollback Rollback changes made during installation in case it fails.
SEE ALSO
- kubectl-nova install - Install new Nova Control Plane or connect a new workload cluster to Nova Control Plane