From 464975c53d6adc932b585fac0562fa1d686edab2 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Thu, 23 Nov 2023 19:18:10 +0200 Subject: [PATCH] Apply suggestions from code review --- cmd/kops/edit_cluster.go | 2 +- docs/cli/kops_edit_cluster.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kops/edit_cluster.go b/cmd/kops/edit_cluster.go index 2def488614407..f3d906bd4cd39 100644 --- a/cmd/kops/edit_cluster.go +++ b/cmd/kops/edit_cluster.go @@ -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 `)) ) diff --git a/docs/cli/kops_edit_cluster.md b/docs/cli/kops_edit_cluster.md index 1db5498b35d35..06f5e25289f3b 100644 --- a/docs/cli/kops_edit_cluster.md +++ b/docs/cli/kops_edit_cluster.md @@ -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 ```