From e4a0ef6c1f49d85f1b531d60f17a4f0d9f279877 Mon Sep 17 00:00:00 2001 From: Rafael da Fonseca Date: Mon, 4 Nov 2024 18:35:48 +0000 Subject: [PATCH] update cli-docs --- docs/cli/kops_update_cluster.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli/kops_update_cluster.md b/docs/cli/kops_update_cluster.md index ddc4e2484178a..332fe909d050d 100644 --- a/docs/cli/kops_update_cluster.md +++ b/docs/cli/kops_update_cluster.md @@ -29,6 +29,7 @@ kops update cluster [CLUSTER] [flags] --allow-kops-downgrade Allow an older version of kOps to update the cluster than last used --create-kube-config Will control automatically creating the kube config file on your local filesystem (default true) -h, --help help for cluster + --ignore-kubelet-version-skew Setting this to true will force updating the kubernetes version on all instance groups, regardles of which control plane version is running --instance-group strings Instance groups to update (defaults to all if not specified) --instance-group-roles strings Instance group roles to update (control-plane,apiserver,node,bastion) --internal Use the cluster's internal DNS name. Implies --create-kube-config