Improve kops edit cluster

Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
This commit is contained in:
Prashant Rewar 2023-11-18 15:48:35 +05:30
parent 702afd8038
commit a39e3f9043
2 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,9 @@ var (
editClusterExample = templates.Examples(i18n.T(`
# Edit a cluster configuration in AWS.
kops edit cluster k8s.cluster.site --state=s3://my-state-store
# Set Values in the spec.
kops edit cluster testcluster.k8s.local --set spec.kubernetesVersion=1.28.4
`))
)

View File

@ -25,6 +25,9 @@ kops edit cluster [CLUSTER] [flags]
```
# Edit a cluster configuration in AWS.
kops edit cluster k8s.cluster.site --state=s3://my-state-store
# Set Values in the spec.
kops edit cluster testcluster.k8s.local --set spec.kubernetesVersion=1.28.4
```
### Options