dkp update nodepool aws
Update a Konvoy cluster node pool in AWS
CODE
dkp update nodepool aws [flags]
Options
CODE
--ami string AMI ID to use for machines
--ami-base-os string Base OS used in search of AMIs. Examples: 'centos-7', 'ubuntu-18.04', 'ubuntu-20.04'
--ami-format string Query string used in search of AMIs. Example: When --ami-base-os='rhel8.4', then the string 'prefix-{{.BaseOS}}-?{{.K8sVersion}}-*' matches any AMIs with the Name 'prefix-rhel8.4-1.28.7
--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.
-h, --help help for aws
--instance-type string Instance type to use for node pool 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
- dkp update nodepool - Upate a Kubernetes cluster node pool, one of [aws, azure, eks, gcp, preprovisioned, vcd, vsphere]