autogen: make gen-cli-docs

This commit is contained in:
justinsb 2025-06-22 14:15:39 -04:00
parent 138e14b1ad
commit 90066a5d6e
7 changed files with 8 additions and 1 deletions

View File

@ -30,6 +30,7 @@ kops delete instance INSTANCE|NODE [flags]
### Options ### Options
``` ```
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--cloudonly Perform deletion update without confirming progress with Kubernetes --cloudonly Perform deletion update without confirming progress with Kubernetes
--fail-on-drain-error Fail if draining a node fails (default true) --fail-on-drain-error Fail if draining a node fails (default true)
--fail-on-validate-error Fail if the cluster fails to validate (default true) --fail-on-validate-error Fail if the cluster fails to validate (default true)

View File

@ -31,6 +31,7 @@ kops export kubeconfig [CLUSTER | --all] [flags]
``` ```
--admin duration[=18h0m0s] Also export a cluster admin user credential with the specified lifetime and add it to the cluster context --admin duration[=18h0m0s] Also export a cluster admin user credential with the specified lifetime and add it to the cluster context
--all Export all clusters from the kOps state store --all Export all clusters from the kOps state store
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--auth-plugin Use the kOps authentication plugin --auth-plugin Use the kOps authentication plugin
-h, --help help for kubeconfig -h, --help help for kubeconfig
--internal Use the cluster's internal DNS name --internal Use the cluster's internal DNS name

View File

@ -19,7 +19,8 @@ kops get instances [CLUSTER] [flags]
### Options ### Options
``` ```
-h, --help help for instances --api-server string Override the API server used when communicating with the cluster kube-apiserver
-h, --help help for instances
``` ```
### Options inherited from parent commands ### Options inherited from parent commands

View File

@ -60,6 +60,7 @@ kops rolling-update cluster [CLUSTER] [flags]
``` ```
--admin duration a cluster admin user credential with the specified lifetime (default 18h0m0s) --admin duration a cluster admin user credential with the specified lifetime (default 18h0m0s)
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--bastion-interval duration Time to wait between restarting bastions (default 15s) --bastion-interval duration Time to wait between restarting bastions (default 15s)
--cloudonly Perform rolling update without validating cluster status (will cause downtime) --cloudonly Perform rolling update without validating cluster status (will cause downtime)
--control-plane-interval duration Time to wait between restarting control plane nodes (default 15s) --control-plane-interval duration Time to wait between restarting control plane nodes (default 15s)

View File

@ -22,6 +22,7 @@ kops toolbox enroll [CLUSTER] [flags]
### Options ### Options
``` ```
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--cluster string Name of cluster to join --cluster string Name of cluster to join
-h, --help help for enroll -h, --help help for enroll
--host string IP/hostname for machine to add --host string IP/hostname for machine to add

View File

@ -27,6 +27,7 @@ kops update cluster [CLUSTER] [flags]
``` ```
--admin duration[=18h0m0s] Also export a cluster admin user credential with the specified lifetime and add it to the cluster context --admin duration[=18h0m0s] Also export a cluster admin user credential with the specified lifetime and add it to the cluster context
--allow-kops-downgrade Allow an older version of kOps to update the cluster than last used --allow-kops-downgrade Allow an older version of kOps to update the cluster than last used
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--create-kube-config Will control automatically creating the kube config file on your local filesystem (default true) --create-kube-config Will control automatically creating the kube config file on your local filesystem (default true)
-h, --help help for cluster -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 --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

View File

@ -29,6 +29,7 @@ kops validate cluster [CLUSTER] [flags]
### Options ### Options
``` ```
--api-server string Override the API server used when communicating with the cluster kube-apiserver
--count int Number of consecutive successful validations required --count int Number of consecutive successful validations required
-h, --help help for cluster -h, --help help for cluster
--interval duration Time in duration to wait between validation attempts (default 10s) --interval duration Time in duration to wait between validation attempts (default 10s)