mirror of https://github.com/kubernetes/kops.git
Improve kops edit cluster
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
This commit is contained in:
parent
702afd8038
commit
a39e3f9043
|
@ -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
|
||||
`))
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue