Merge pull request #16109 from prashantrewar/improve-kops-edit-cluster

Improve kops edit command
This commit is contained in:
Kubernetes Prow Robot 2023-11-23 19:12:57 +01:00 committed by GitHub
commit b4d787f390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 cluster spec values.
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 cluster spec values.
kops edit cluster testcluster.k8s.local --set spec.kubernetesVersion=1.28.4
```
### Options