Skip to main content
Version: v0.7.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

      --dry-run                   If passed, objects are printed out instead of being installed
--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.7.0")
--version string (default "v0.7.0")

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 20-Sep-2023