nkp update controlplane gcp
Update a Kubernetes cluster control plane in GCP
CODE
nkp update controlplane gcp [flags]
Options
CODE
-c, --cluster-name name Name used to prefix the cluster and all the created resources.
--control-plane-renew-certificates-before int32 Enables automated control-plane certificates renewal. Provide the number of days between 7 and 360 when to trigger the certificate renewal. The renewal process will trigger new control-plane Machines to be created. A value of 0 disables the feature.
-h, --help help for gcp
--image string Full reference to an image to use for all nodes (set either this or --image-family) (ex. 'projects/my-project/global/images/konvoy-ubuntu-2204-1-99-99-1234567890')
--image-family string Full reference to an image family to use for all nodes (set either this or --image) (ex. 'projects/my-project/global/images/family/konvoy-ubuntu-2204-{{.K8sVersion}}')
--instance-type string Control Plane machine instance type (ex. "n2-standard-4")
--kubeconfig string Path to the kubeconfig for the management cluster. If unspecified, default discovery rules apply.
--kubernetes-version string Kubernetes version
-n, --namespace string If present, the namespace scope for this CLI request. (default "default")
--timeout duration The length of time to wait before giving up. Zero means wait forever (e.g. 300s, 30m, 3h). (default 30m0s)
--use-context string Use a specific context in a kubeconfig file.
--wait If true, wait for operations to complete before returning. (default true)
Options inherited from parent commands
CODE
-v, --verbose int Output verbosity
SEE ALSO
- nkp update controlplane - Update a Kubernetes cluster control plane, one of [aks, aws, azure, eks, gcp, nutanix, preprovisioned, vsphere]