mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
This commit is contained in:
parent
a39e3f9043
commit
464975c53d
|
@ -67,7 +67,7 @@ var (
|
|||
# Edit a cluster configuration in AWS.
|
||||
kops edit cluster k8s.cluster.site --state=s3://my-state-store
|
||||
|
||||
# Set Values in the spec.
|
||||
# Set cluster spec values.
|
||||
kops edit cluster testcluster.k8s.local --set spec.kubernetesVersion=1.28.4
|
||||
`))
|
||||
)
|
||||
|
|
|
@ -26,7 +26,7 @@ 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.
|
||||
# Set cluster spec values.
|
||||
kops edit cluster testcluster.k8s.local --set spec.kubernetesVersion=1.28.4
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue