Skip to main content
Version: v0.9.0

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-rc8-12-g71636018")
--version string (default "v0.8.0-rc8-12-g71636018")
--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
Auto generated by spf13/cobra on 19-Feb-2024