Apply suggestions from code review

This commit is contained in:
Ciprian Hacman 2023-11-23 19:18:10 +02:00 committed by GitHub
parent a39e3f9043
commit 464975c53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
`))
)

View File

@ -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
```