Skip to content

Commit

Permalink
Merge pull request #16109 from prashantrewar/improve-kops-edit-cluster
Browse files Browse the repository at this point in the history
Improve kops edit command
  • Loading branch information
k8s-ci-robot authored Nov 23, 2023
2 parents 7c17b16 + 464975c commit b4d787f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kops/edit_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`))
)

Expand Down
3 changes: 3 additions & 0 deletions docs/cli/kops_edit_cluster.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4d787f

Please sign in to comment.