diff --git a/docs/cli/kops.md b/docs/cli/kops.md index 4705c0256f..e97f68c944 100644 --- a/docs/cli/kops.md +++ b/docs/cli/kops.md @@ -7,11 +7,11 @@ kops is Kubernetes ops. ### Synopsis -kops is Kubernetes ops. +kops is Kubernetes ops. -kops is the easiest way to get a production grade Kubernetes cluster up and running. We like to think of it as kubectl for clusters. + kops is the easiest way to get a production grade Kubernetes cluster up and running. We like to think of it as kubectl for clusters. -kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and VMware vSphere in alpha support. + kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and VMware vSphere in alpha support. ### Options @@ -26,7 +26,7 @@ kops helps you create, destroy, upgrade and maintain production-grade, highly av --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_completion.md b/docs/cli/kops_completion.md index f39c3743b3..7c8b0576de 100644 --- a/docs/cli/kops_completion.md +++ b/docs/cli/kops_completion.md @@ -7,11 +7,11 @@ Output shell completion code for the given shell (bash or zsh). ### Synopsis -Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of kops commands. This can be done by sourcing it from the .bash _profile. +Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of kops commands. This can be done by sourcing it from the .bash_profile. -Note: this requires the bash-completion framework, which is not installed by default on Mac. Once installed, bash completion must be evaluated. This can be done by adding the following line to the .bash profile + Note: this requires the bash-completion framework, which is not installed by default on Mac. Once installed, bash_completion must be evaluated. This can be done by adding the following line to the .bash_profile -Note for zsh users: zsh completions are only supported in versions of zsh >= 5.2 + Note for zsh users: zsh completions are only supported in versions of zsh >= 5.2 ``` kops completion [flags] @@ -58,7 +58,7 @@ kops completion [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create.md b/docs/cli/kops_create.md index 50ce767fda..9e8b1afbff 100644 --- a/docs/cli/kops_create.md +++ b/docs/cli/kops_create.md @@ -9,11 +9,11 @@ Create a resource by command line, filename or stdin. Create a resource: - * cluster - * instancegroup - * secret + * cluster + * instancegroup + * secret -Create a cluster, instancegroup or secret using command line parameters, YAML configuration specification files, or stdin. (Note: secrets cannot be created from YAML config files yet). + Create a cluster, instancegroup or secret using command line parameters, YAML configuration specification files, or stdin. (Note: secrets cannot be created from YAML config files yet). ``` kops create -f FILENAME [flags] @@ -65,7 +65,7 @@ kops create -f FILENAME [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_cluster.md b/docs/cli/kops_create_cluster.md index c1b30df403..e7729a9f3b 100644 --- a/docs/cli/kops_create_cluster.md +++ b/docs/cli/kops_create_cluster.md @@ -7,9 +7,9 @@ Create a Kubernetes cluster. ### Synopsis -Create a kubernetes cluster using command line flags. This command creates cloud based resources such as networks and virtual machines. Once the infrastructure is in place Kubernetes is installed on the virtual machines. +Create a kubernetes cluster using command line flags. This command creates cloud based resources such as networks and virtual machines. Once the infrastructure is in place Kubernetes is installed on the virtual machines. -These operations are done in parallel and rely on eventual consistency. + These operations are done in parallel and rely on eventual consistency. ``` kops create cluster [flags] @@ -123,7 +123,7 @@ kops create cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_instancegroup.md b/docs/cli/kops_create_instancegroup.md index 304bb9645a..a36aae1885 100644 --- a/docs/cli/kops_create_instancegroup.md +++ b/docs/cli/kops_create_instancegroup.md @@ -7,11 +7,11 @@ Create an instancegroup. ### Synopsis -Create an InstanceGroup configuration. +Create an InstanceGroup configuration. -An InstanceGroup is a group of similar virtual machines. On AWS, an InstanceGroup maps to an AutoScalingGroup. + An InstanceGroup is a group of similar virtual machines. On AWS, an InstanceGroup maps to an AutoScalingGroup. -The Role of an InstanceGroup defines whether machines will act as a Kubernetes master or node. + The Role of an InstanceGroup defines whether machines will act as a Kubernetes master or node. ``` kops create instancegroup [flags] @@ -52,7 +52,7 @@ kops create instancegroup [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret.md b/docs/cli/kops_create_secret.md index facf8c94c4..4f8e0c6c6a 100644 --- a/docs/cli/kops_create_secret.md +++ b/docs/cli/kops_create_secret.md @@ -41,7 +41,7 @@ Create a secret --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_dockerconfig.md b/docs/cli/kops_create_secret_dockerconfig.md index 54d07c808b..95ef89b300 100644 --- a/docs/cli/kops_create_secret_dockerconfig.md +++ b/docs/cli/kops_create_secret_dockerconfig.md @@ -47,7 +47,7 @@ kops create secret dockerconfig [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_encryptionconfig.md b/docs/cli/kops_create_secret_encryptionconfig.md index 3b303131ea..9fa746a093 100644 --- a/docs/cli/kops_create_secret_encryptionconfig.md +++ b/docs/cli/kops_create_secret_encryptionconfig.md @@ -47,7 +47,7 @@ kops create secret encryptionconfig [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_keypair.md b/docs/cli/kops_create_secret_keypair.md index db7848c749..6717429c73 100644 --- a/docs/cli/kops_create_secret_keypair.md +++ b/docs/cli/kops_create_secret_keypair.md @@ -36,7 +36,7 @@ Create a secret keypair --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_keypair_ca.md b/docs/cli/kops_create_secret_keypair_ca.md index 206e72cd61..08e0cd0186 100644 --- a/docs/cli/kops_create_secret_keypair_ca.md +++ b/docs/cli/kops_create_secret_keypair_ca.md @@ -42,7 +42,7 @@ kops create secret keypair ca [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_sshpublickey.md b/docs/cli/kops_create_secret_sshpublickey.md index 20f3d64fe1..683182d895 100644 --- a/docs/cli/kops_create_secret_sshpublickey.md +++ b/docs/cli/kops_create_secret_sshpublickey.md @@ -40,7 +40,7 @@ kops create secret sshpublickey [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_create_secret_weavepassword.md b/docs/cli/kops_create_secret_weavepassword.md index 3673df662a..140c7a3e5a 100644 --- a/docs/cli/kops_create_secret_weavepassword.md +++ b/docs/cli/kops_create_secret_weavepassword.md @@ -7,11 +7,11 @@ Create a weave encryption config. ### Synopsis -Create a new weave encryption secret, and store it in the state store. Used to weave networking to use encrypted communication between nodes. +Create a new weave encryption secret, and store it in the state store. Used to weave networking to use encrypted communication between nodes. -If no password is provided, kops will generate one at random. + If no password is provided, kops will generate one at random. -WARNING: cannot be enabled on a running cluster without downtime. + WARNING: cannot be enabled on a running cluster without downtime. ``` kops create secret weavepassword [flags] @@ -54,7 +54,7 @@ kops create secret weavepassword [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_delete.md b/docs/cli/kops_delete.md index ac9deb4179..5a320ea49f 100644 --- a/docs/cli/kops_delete.md +++ b/docs/cli/kops_delete.md @@ -50,7 +50,7 @@ kops delete -f FILENAME [--yes] [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_delete_cluster.md b/docs/cli/kops_delete_cluster.md index 837f343862..42a2bc3614 100644 --- a/docs/cli/kops_delete_cluster.md +++ b/docs/cli/kops_delete_cluster.md @@ -43,7 +43,7 @@ kops delete cluster CLUSTERNAME [--yes] [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_delete_instancegroup.md b/docs/cli/kops_delete_instancegroup.md index d21fc583a9..643473340c 100644 --- a/docs/cli/kops_delete_instancegroup.md +++ b/docs/cli/kops_delete_instancegroup.md @@ -41,7 +41,7 @@ kops delete instancegroup [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_delete_secret.md b/docs/cli/kops_delete_secret.md index a8028a4dec..88460d5e3b 100644 --- a/docs/cli/kops_delete_secret.md +++ b/docs/cli/kops_delete_secret.md @@ -37,7 +37,7 @@ kops delete secret [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_describe.md b/docs/cli/kops_describe.md index 64092ecd25..57e929fcc3 100644 --- a/docs/cli/kops_describe.md +++ b/docs/cli/kops_describe.md @@ -33,7 +33,7 @@ Get additional information about cloud and cluster resources. --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_describe_secrets.md b/docs/cli/kops_describe_secrets.md index 7058cc00b9..13683c58f7 100644 --- a/docs/cli/kops_describe_secrets.md +++ b/docs/cli/kops_describe_secrets.md @@ -38,7 +38,7 @@ kops describe secrets [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_edit.md b/docs/cli/kops_edit.md index dea36e2b17..daaecf894a 100644 --- a/docs/cli/kops_edit.md +++ b/docs/cli/kops_edit.md @@ -7,7 +7,7 @@ Edit clusters and other resources. ### Synopsis -Edit a resource configuration. This command changes the desired configuration in the registry. +Edit a resource configuration. This command changes the desired configuration in the registry. To set your preferred editor, you can define the EDITOR environment variable. When you have done this, kops will use the editor that you have set. @@ -43,7 +43,7 @@ Edit a resource configuration. This command changes the desired configuration in --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_edit_cluster.md b/docs/cli/kops_edit_cluster.md index 3d8d2ff7e4..f88534efe4 100644 --- a/docs/cli/kops_edit_cluster.md +++ b/docs/cli/kops_edit_cluster.md @@ -7,14 +7,14 @@ Edit cluster. ### Synopsis -Edit a cluster configuration. +Edit a cluster configuration. -This command changes the desired cluster configuration in the registry. + This command changes the desired cluster configuration in the registry. To set your preferred editor, you can define the EDITOR environment variable. When you have done this, kops will use the editor that you have set. -kops edit does not update the cloud resources, to apply the changes use "kops update cluster". + kops edit does not update the cloud resources, to apply the changes use "kops update cluster". ``` kops edit cluster [flags] @@ -45,7 +45,7 @@ kops edit cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_edit_instancegroup.md b/docs/cli/kops_edit_instancegroup.md index a92d66af27..691066d234 100644 --- a/docs/cli/kops_edit_instancegroup.md +++ b/docs/cli/kops_edit_instancegroup.md @@ -7,14 +7,14 @@ Edit instancegroup. ### Synopsis -Edit a cluster configuration. +Edit a cluster configuration. -This command changes the instancegroup desired configuration in the registry. + This command changes the instancegroup desired configuration in the registry. To set your preferred editor, you can define the EDITOR environment variable. When you have done this, kops will use the editor that you have set. -kops edit does not update the cloud resources, to apply the changes use "kops update cluster". + kops edit does not update the cloud resources, to apply the changes use "kops update cluster". ``` kops edit instancegroup [flags] @@ -45,7 +45,7 @@ kops edit instancegroup [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_export.md b/docs/cli/kops_export.md index 7bd0d90555..cde73328cb 100644 --- a/docs/cli/kops_export.md +++ b/docs/cli/kops_export.md @@ -34,7 +34,7 @@ Export configurations from a cluster. --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_export_kubecfg.md b/docs/cli/kops_export_kubecfg.md index b7e0d97361..9f832e2bed 100644 --- a/docs/cli/kops_export_kubecfg.md +++ b/docs/cli/kops_export_kubecfg.md @@ -39,7 +39,7 @@ kops export kubecfg CLUSTERNAME [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_get.md b/docs/cli/kops_get.md index 4beecee340..fd659f2c9a 100644 --- a/docs/cli/kops_get.md +++ b/docs/cli/kops_get.md @@ -7,11 +7,11 @@ Get one or many resources. ### Synopsis -Display one or many resources. +Display one or many resources. - * cluster - * instancegroup - * secret + * cluster + * instancegroup + * secret ``` kops get [flags] @@ -58,7 +58,7 @@ kops get [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_get_clusters.md b/docs/cli/kops_get_clusters.md index a092095300..6cc2fcfc72 100644 --- a/docs/cli/kops_get_clusters.md +++ b/docs/cli/kops_get_clusters.md @@ -49,7 +49,7 @@ kops get clusters [flags] --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable -o, --output string output format. One of: table, yaml, json (default "table") --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_get_instancegroups.md b/docs/cli/kops_get_instancegroups.md index 34e6cab6d8..418a56ab9f 100644 --- a/docs/cli/kops_get_instancegroups.md +++ b/docs/cli/kops_get_instancegroups.md @@ -45,7 +45,7 @@ kops get instancegroups [flags] --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable -o, --output string output format. One of: table, yaml, json (default "table") --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_get_secrets.md b/docs/cli/kops_get_secrets.md index 01e43e39f6..58dabef8c0 100644 --- a/docs/cli/kops_get_secrets.md +++ b/docs/cli/kops_get_secrets.md @@ -43,7 +43,7 @@ kops get secrets [flags] --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable -o, --output string output format. One of: table, yaml, json (default "table") --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_import.md b/docs/cli/kops_import.md index cdbe2692da..0fbd89346d 100644 --- a/docs/cli/kops_import.md +++ b/docs/cli/kops_import.md @@ -35,7 +35,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_import_cluster.md b/docs/cli/kops_import_cluster.md index cbefeef448..e12fdc026c 100644 --- a/docs/cli/kops_import_cluster.md +++ b/docs/cli/kops_import_cluster.md @@ -40,7 +40,7 @@ kops import cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_replace.md b/docs/cli/kops_replace.md index 8d0ff85749..700d5faf9c 100644 --- a/docs/cli/kops_replace.md +++ b/docs/cli/kops_replace.md @@ -46,7 +46,7 @@ kops replace -f FILENAME [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_rolling-update.md b/docs/cli/kops_rolling-update.md index 4389ce8cd9..3eaceb5e3d 100644 --- a/docs/cli/kops_rolling-update.md +++ b/docs/cli/kops_rolling-update.md @@ -78,7 +78,7 @@ Note: terraform users will need to run all of the following commands from the sa --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_rolling-update_cluster.md b/docs/cli/kops_rolling-update_cluster.md index b83acc282e..040f33dd71 100644 --- a/docs/cli/kops_rolling-update_cluster.md +++ b/docs/cli/kops_rolling-update_cluster.md @@ -95,7 +95,7 @@ kops rolling-update cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_set.md b/docs/cli/kops_set.md index 9a46142d9a..822ce407d8 100644 --- a/docs/cli/kops_set.md +++ b/docs/cli/kops_set.md @@ -7,9 +7,9 @@ Set fields on clusters and other resources. ### Synopsis -Set a configuration field. +Set a configuration field. -kops set does not update the cloud resources, to apply the changes use "kops update cluster". + kops set does not update the cloud resources, to apply the changes use "kops update cluster". ### Examples @@ -36,7 +36,7 @@ kops set does not update the cloud resources, to apply the changes use "kops upd --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_set_cluster.md b/docs/cli/kops_set_cluster.md index 07f56ad4bf..fcfe82bf2a 100644 --- a/docs/cli/kops_set_cluster.md +++ b/docs/cli/kops_set_cluster.md @@ -7,11 +7,11 @@ Set cluster fields. ### Synopsis -Set a cluster field value. +Set a cluster field value. -This command changes the desired cluster configuration in the registry. + This command changes the desired cluster configuration in the registry. -kops set does not update the cloud resources, to apply the changes use "kops update cluster". + kops set does not update the cloud resources, to apply the changes use "kops update cluster". ``` kops set cluster [flags] @@ -42,7 +42,7 @@ kops set cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_toolbox.md b/docs/cli/kops_toolbox.md index e48e4e278e..c81c254c10 100644 --- a/docs/cli/kops_toolbox.md +++ b/docs/cli/kops_toolbox.md @@ -34,7 +34,7 @@ Misc infrequently used commands. --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_toolbox_bundle.md b/docs/cli/kops_toolbox_bundle.md index b19c208c38..0b134f5095 100644 --- a/docs/cli/kops_toolbox_bundle.md +++ b/docs/cli/kops_toolbox_bundle.md @@ -39,7 +39,7 @@ kops toolbox bundle [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_toolbox_convert-imported.md b/docs/cli/kops_toolbox_convert-imported.md index 6479e21573..8449f00d0e 100644 --- a/docs/cli/kops_toolbox_convert-imported.md +++ b/docs/cli/kops_toolbox_convert-imported.md @@ -44,7 +44,7 @@ kops toolbox convert-imported [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_toolbox_dump.md b/docs/cli/kops_toolbox_dump.md index 4eed0147c5..f32109a79f 100644 --- a/docs/cli/kops_toolbox_dump.md +++ b/docs/cli/kops_toolbox_dump.md @@ -39,7 +39,7 @@ kops toolbox dump [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_toolbox_template.md b/docs/cli/kops_toolbox_template.md index c6d5d8c69c..375800e56c 100644 --- a/docs/cli/kops_toolbox_template.md +++ b/docs/cli/kops_toolbox_template.md @@ -53,7 +53,7 @@ kops toolbox template [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_update.md b/docs/cli/kops_update.md index 59e18300fd..ac4526c9a9 100644 --- a/docs/cli/kops_update.md +++ b/docs/cli/kops_update.md @@ -34,7 +34,7 @@ Creates or updates cloud resources to match cluster desired configuration. --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_update_cluster.md b/docs/cli/kops_update_cluster.md index 29b2661481..7327c3b282 100644 --- a/docs/cli/kops_update_cluster.md +++ b/docs/cli/kops_update_cluster.md @@ -7,9 +7,9 @@ Update a cluster. ### Synopsis -Create or update cloud or cluster resources to match current cluster state. If the cluster or cloud resources already exist this command may modify those resources. +Create or update cloud or cluster resources to match current cluster state. If the cluster or cloud resources already exist this command may modify those resources. -If nodes need updating such as during a Kubernetes upgrade, a rolling-update may be required as well. + If nodes need updating such as during a Kubernetes upgrade, a rolling-update may be required as well. ``` kops update cluster [flags] @@ -48,7 +48,7 @@ kops update cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_upgrade.md b/docs/cli/kops_upgrade.md index f23d3ff52b..0eeb78e620 100644 --- a/docs/cli/kops_upgrade.md +++ b/docs/cli/kops_upgrade.md @@ -34,7 +34,7 @@ Automates checking for and applying Kubernetes updates. This upgrades a cluster --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_upgrade_cluster.md b/docs/cli/kops_upgrade_cluster.md index 7fe50f550c..9fef64f0e4 100644 --- a/docs/cli/kops_upgrade_cluster.md +++ b/docs/cli/kops_upgrade_cluster.md @@ -40,7 +40,7 @@ kops upgrade cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_validate.md b/docs/cli/kops_validate.md index fd37f0d04a..43e9987abc 100644 --- a/docs/cli/kops_validate.md +++ b/docs/cli/kops_validate.md @@ -7,12 +7,12 @@ Validate a kops cluster. ### Synopsis -This commands validates the following components: +This commands validates the following components: - 1. All k8s masters are running and have "Ready" status. - 2. All k8s nodes are running and have "Ready" status. - 3. Component status returns healthy for all components. - 4. All pods in the kube-system namespace are running and healthy. + 1. All k8s masters are running and have "Ready" status. + 2. All k8s nodes are running and have "Ready" status. + 3. Component status returns healthy for all components. + 4. All pods in the kube-system namespace are running and healthy. ### Examples @@ -41,7 +41,7 @@ This commands validates the following components: --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index d061e8858e..cbdf54f432 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -7,12 +7,12 @@ Validate a kops cluster. ### Synopsis -This commands validates the following components: +This commands validates the following components: - 1. All k8s masters are running and have "Ready" status. - 2. All k8s nodes are running and have "Ready" status. - 3. Component status returns healthy for all components. - 4. All pods in the kube-system namespace are running and healthy. + 1. All k8s masters are running and have "Ready" status. + 2. All k8s nodes are running and have "Ready" status. + 3. Component status returns healthy for all components. + 4. All pods in the kube-system namespace are running and healthy. ``` kops validate cluster [flags] @@ -46,7 +46,7 @@ kops validate cluster [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity diff --git a/docs/cli/kops_version.md b/docs/cli/kops_version.md index a51b0b5cea..46b67c67a3 100644 --- a/docs/cli/kops_version.md +++ b/docs/cli/kops_version.md @@ -38,7 +38,7 @@ kops version [flags] --logtostderr log to standard error instead of files (default true) --name string Name of cluster. Overrides KOPS_CLUSTER_NAME environment variable --skip_headers If true, avoid header prefixes in the log messages - --skip_log_headers If true, avoid headers when openning log files + --skip_log_headers If true, avoid headers when opening log files --state string Location of state storage (kops 'config' file). Overrides KOPS_STATE_STORE environment variable --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level number for the log level verbosity