diff --git a/docs/cli/kops_delete_instance.md b/docs/cli/kops_delete_instance.md index dec0cd2ebd..1cfc8eaee8 100644 --- a/docs/cli/kops_delete_instance.md +++ b/docs/cli/kops_delete_instance.md @@ -30,6 +30,7 @@ kops delete instance INSTANCE|NODE [flags] ### 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 --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) diff --git a/docs/cli/kops_export_kubeconfig.md b/docs/cli/kops_export_kubeconfig.md index 18d189de48..80462167d6 100644 --- a/docs/cli/kops_export_kubeconfig.md +++ b/docs/cli/kops_export_kubeconfig.md @@ -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 --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 -h, --help help for kubeconfig --internal Use the cluster's internal DNS name diff --git a/docs/cli/kops_get_instances.md b/docs/cli/kops_get_instances.md index c529c02697..76c63882b3 100644 --- a/docs/cli/kops_get_instances.md +++ b/docs/cli/kops_get_instances.md @@ -19,7 +19,8 @@ kops get instances [CLUSTER] [flags] ### 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 diff --git a/docs/cli/kops_rolling-update_cluster.md b/docs/cli/kops_rolling-update_cluster.md index 761c958b1e..b0ba99e84d 100644 --- a/docs/cli/kops_rolling-update_cluster.md +++ b/docs/cli/kops_rolling-update_cluster.md @@ -60,6 +60,7 @@ kops rolling-update cluster [CLUSTER] [flags] ``` --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) --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) diff --git a/docs/cli/kops_toolbox_enroll.md b/docs/cli/kops_toolbox_enroll.md index 2f68d815dd..e159565f7d 100644 --- a/docs/cli/kops_toolbox_enroll.md +++ b/docs/cli/kops_toolbox_enroll.md @@ -22,6 +22,7 @@ kops toolbox enroll [CLUSTER] [flags] ### Options ``` + --api-server string Override the API server used when communicating with the cluster kube-apiserver --cluster string Name of cluster to join -h, --help help for enroll --host string IP/hostname for machine to add diff --git a/docs/cli/kops_update_cluster.md b/docs/cli/kops_update_cluster.md index b178b2924c..e96b752c37 100644 --- a/docs/cli/kops_update_cluster.md +++ b/docs/cli/kops_update_cluster.md @@ -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 --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) -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 diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index 0a62e5263f..6a2a4209bf 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -29,6 +29,7 @@ kops validate cluster [CLUSTER] [flags] ### Options ``` + --api-server string Override the API server used when communicating with the cluster kube-apiserver --count int Number of consecutive successful validations required -h, --help help for cluster --interval duration Time in duration to wait between validation attempts (default 10s)