Skip to main content
Skip table of contents

nkp update controlplane aws

Update a Kubernetes cluster control plane in AWS

CODE
nkp update controlplane aws [flags]

Options

CODE
      --ami string                                      AMI ID to use for machines
      --ami-base-os string                              Base OS used in search of AMIs. Examples: 'ubuntu-22.04'
      --ami-format string                               Query string used in search of AMIs. Example: When --ami-base-os='rhel8.10', then the string 'prefix-{{.BaseOS}}-?{{.K8sVersion}}-*' matches any AMIs with the Name 'prefix-rhel8.10-1.33.2
      --ami-owner string                                ID of AWS account used in search of AMIs
  -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 aws
      --instance-type string                            Instance type to use for control plane machines
      --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]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.