From c311a54081bf4bf33e731a1cf6367eabb67a2022 Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Mon, 28 Nov 2016 18:17:23 -0700 Subject: [PATCH] doc updates --- docs/cli/kops.md | 2 +- docs/cli/kops_completion.md | 2 +- docs/cli/kops_create.md | 2 +- docs/cli/kops_create_cluster.md | 2 +- docs/cli/kops_create_instancegroup.md | 2 +- docs/cli/kops_create_secret.md | 2 +- docs/cli/kops_create_secret_sshpublickey.md | 2 +- docs/cli/kops_delete.md | 2 +- docs/cli/kops_delete_cluster.md | 2 +- docs/cli/kops_delete_instancegroup.md | 2 +- docs/cli/kops_delete_secret.md | 2 +- docs/cli/kops_describe.md | 2 +- docs/cli/kops_describe_secrets.md | 2 +- docs/cli/kops_edit.md | 2 +- docs/cli/kops_edit_cluster.md | 2 +- docs/cli/kops_edit_federation.md | 2 +- docs/cli/kops_edit_instancegroup.md | 2 +- docs/cli/kops_export.md | 2 +- docs/cli/kops_export_kubecfg.md | 2 +- docs/cli/kops_get.md | 2 +- docs/cli/kops_get_clusters.md | 2 +- docs/cli/kops_get_federations.md | 2 +- docs/cli/kops_get_instancegroups.md | 2 +- docs/cli/kops_get_secrets.md | 2 +- docs/cli/kops_import.md | 2 +- docs/cli/kops_import_cluster.md | 2 +- docs/cli/kops_rolling-update.md | 2 +- docs/cli/kops_rolling-update_cluster.md | 2 +- docs/cli/kops_secrets.md | 2 +- docs/cli/kops_secrets_create.md | 2 +- docs/cli/kops_secrets_describe.md | 2 +- docs/cli/kops_secrets_expose.md | 2 +- docs/cli/kops_secrets_get.md | 2 +- docs/cli/kops_toolbox.md | 2 +- docs/cli/kops_toolbox_convert-imported.md | 2 +- docs/cli/kops_update.md | 2 +- docs/cli/kops_update_cluster.md | 2 +- docs/cli/kops_update_federation.md | 2 +- docs/cli/kops_upgrade.md | 2 +- docs/cli/kops_upgrade_cluster.md | 2 +- docs/cli/kops_validate.md | 2 +- docs/cli/kops_validate_cluster.md | 2 +- docs/cli/kops_version.md | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/docs/cli/kops.md b/docs/cli/kops.md index 7425cc59d7..66f235b93f 100644 --- a/docs/cli/kops.md +++ b/docs/cli/kops.md @@ -17,7 +17,7 @@ It allows you to create, destroy, upgrade and maintain clusters. --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_completion.md b/docs/cli/kops_completion.md index 7b0033191b..bf5af1feb2 100644 --- a/docs/cli/kops_completion.md +++ b/docs/cli/kops_completion.md @@ -37,7 +37,7 @@ source <(kops completion bash) --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_create.md b/docs/cli/kops_create.md index 02ce87459d..c899e8ae3c 100644 --- a/docs/cli/kops_create.md +++ b/docs/cli/kops_create.md @@ -26,7 +26,7 @@ kops create -f FILENAME --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_create_cluster.md b/docs/cli/kops_create_cluster.md index 2a2c337178..3f17284851 100644 --- a/docs/cli/kops_create_cluster.md +++ b/docs/cli/kops_create_cluster.md @@ -47,7 +47,7 @@ kops create cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_create_instancegroup.md b/docs/cli/kops_create_instancegroup.md index e981b15ae7..0acf0a8c3e 100644 --- a/docs/cli/kops_create_instancegroup.md +++ b/docs/cli/kops_create_instancegroup.md @@ -20,7 +20,7 @@ kops create instancegroup --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_create_secret.md b/docs/cli/kops_create_secret.md index 6c441a5856..b3b637da58 100644 --- a/docs/cli/kops_create_secret.md +++ b/docs/cli/kops_create_secret.md @@ -16,7 +16,7 @@ Create secrets. --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_create_secret_sshpublickey.md b/docs/cli/kops_create_secret_sshpublickey.md index d149d4c281..0e9ca714ba 100644 --- a/docs/cli/kops_create_secret_sshpublickey.md +++ b/docs/cli/kops_create_secret_sshpublickey.md @@ -26,7 +26,7 @@ kops create secret sshpublickey --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_delete.md b/docs/cli/kops_delete.md index 191600e723..0b4d210feb 100644 --- a/docs/cli/kops_delete.md +++ b/docs/cli/kops_delete.md @@ -16,7 +16,7 @@ Delete clusters --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_delete_cluster.md b/docs/cli/kops_delete_cluster.md index 0eb236e0d9..48507c9ca7 100644 --- a/docs/cli/kops_delete_cluster.md +++ b/docs/cli/kops_delete_cluster.md @@ -29,7 +29,7 @@ kops delete cluster CLUSTERNAME [--yes] --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_delete_instancegroup.md b/docs/cli/kops_delete_instancegroup.md index 824afc0c38..afc82e44c9 100644 --- a/docs/cli/kops_delete_instancegroup.md +++ b/docs/cli/kops_delete_instancegroup.md @@ -20,7 +20,7 @@ kops delete instancegroup --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_delete_secret.md b/docs/cli/kops_delete_secret.md index 41868cdf69..34437da787 100644 --- a/docs/cli/kops_delete_secret.md +++ b/docs/cli/kops_delete_secret.md @@ -20,7 +20,7 @@ kops delete secret --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_describe.md b/docs/cli/kops_describe.md index a051136a5e..cc293fd7b7 100644 --- a/docs/cli/kops_describe.md +++ b/docs/cli/kops_describe.md @@ -16,7 +16,7 @@ describe objects --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_describe_secrets.md b/docs/cli/kops_describe_secrets.md index 39a6219e44..457382e2a3 100644 --- a/docs/cli/kops_describe_secrets.md +++ b/docs/cli/kops_describe_secrets.md @@ -26,7 +26,7 @@ kops describe secrets --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_edit.md b/docs/cli/kops_edit.md index a9acd2085f..7573bde82d 100644 --- a/docs/cli/kops_edit.md +++ b/docs/cli/kops_edit.md @@ -16,7 +16,7 @@ edit items --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_edit_cluster.md b/docs/cli/kops_edit_cluster.md index f4d1493edf..f4509c197f 100644 --- a/docs/cli/kops_edit_cluster.md +++ b/docs/cli/kops_edit_cluster.md @@ -20,7 +20,7 @@ kops edit cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_edit_federation.md b/docs/cli/kops_edit_federation.md index 36c1642860..4a309de8e5 100644 --- a/docs/cli/kops_edit_federation.md +++ b/docs/cli/kops_edit_federation.md @@ -20,7 +20,7 @@ kops edit federation --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_edit_instancegroup.md b/docs/cli/kops_edit_instancegroup.md index 000b73b9c5..a2ee539484 100644 --- a/docs/cli/kops_edit_instancegroup.md +++ b/docs/cli/kops_edit_instancegroup.md @@ -20,7 +20,7 @@ kops edit instancegroup --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_export.md b/docs/cli/kops_export.md index 61174043df..8e6aabd3f6 100644 --- a/docs/cli/kops_export.md +++ b/docs/cli/kops_export.md @@ -16,7 +16,7 @@ export clusters/kubecfg --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_export_kubecfg.md b/docs/cli/kops_export_kubecfg.md index 6de136fb8c..07df08ace9 100644 --- a/docs/cli/kops_export_kubecfg.md +++ b/docs/cli/kops_export_kubecfg.md @@ -20,7 +20,7 @@ kops export kubecfg CLUSTERNAME --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_get.md b/docs/cli/kops_get.md index d84b8fa0de..8c34ebc11d 100644 --- a/docs/cli/kops_get.md +++ b/docs/cli/kops_get.md @@ -22,7 +22,7 @@ list or get objects --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_get_clusters.md b/docs/cli/kops_get_clusters.md index d1c0c24124..e0d3f974cc 100644 --- a/docs/cli/kops_get_clusters.md +++ b/docs/cli/kops_get_clusters.md @@ -27,7 +27,7 @@ kops get clusters --logtostderr log to standard error instead of files (default false) --name string Name of cluster -o, --output string output format. One of: table, yaml (default "table") - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_get_federations.md b/docs/cli/kops_get_federations.md index c20eab72e2..1164701ec1 100644 --- a/docs/cli/kops_get_federations.md +++ b/docs/cli/kops_get_federations.md @@ -21,7 +21,7 @@ kops get federations --logtostderr log to standard error instead of files (default false) --name string Name of cluster -o, --output string output format. One of: table, yaml (default "table") - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_get_instancegroups.md b/docs/cli/kops_get_instancegroups.md index dd1027bec0..5d4cb35ab9 100644 --- a/docs/cli/kops_get_instancegroups.md +++ b/docs/cli/kops_get_instancegroups.md @@ -21,7 +21,7 @@ kops get instancegroups --logtostderr log to standard error instead of files (default false) --name string Name of cluster -o, --output string output format. One of: table, yaml (default "table") - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_get_secrets.md b/docs/cli/kops_get_secrets.md index 8d61054e6f..3eaf72f827 100644 --- a/docs/cli/kops_get_secrets.md +++ b/docs/cli/kops_get_secrets.md @@ -27,7 +27,7 @@ kops get secrets --logtostderr log to standard error instead of files (default false) --name string Name of cluster -o, --output string output format. One of: table, yaml (default "table") - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_import.md b/docs/cli/kops_import.md index ca49544b0b..463993c9dd 100644 --- a/docs/cli/kops_import.md +++ b/docs/cli/kops_import.md @@ -16,7 +16,7 @@ import clusters --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_import_cluster.md b/docs/cli/kops_import_cluster.md index 2a44582bfb..83ea4693ec 100644 --- a/docs/cli/kops_import_cluster.md +++ b/docs/cli/kops_import_cluster.md @@ -26,7 +26,7 @@ kops import cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_rolling-update.md b/docs/cli/kops_rolling-update.md index 058daf1a94..773707dd87 100644 --- a/docs/cli/kops_rolling-update.md +++ b/docs/cli/kops_rolling-update.md @@ -16,7 +16,7 @@ rolling update clusters --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_rolling-update_cluster.md b/docs/cli/kops_rolling-update_cluster.md index 6eaed4be30..8439dd7132 100644 --- a/docs/cli/kops_rolling-update_cluster.md +++ b/docs/cli/kops_rolling-update_cluster.md @@ -30,7 +30,7 @@ kops rolling-update cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_secrets.md b/docs/cli/kops_secrets.md index 6e28308c6f..5dfdcfdf20 100644 --- a/docs/cli/kops_secrets.md +++ b/docs/cli/kops_secrets.md @@ -16,7 +16,7 @@ Manage secrets & keys --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_secrets_create.md b/docs/cli/kops_secrets_create.md index c91d2602a3..8161bc17cf 100644 --- a/docs/cli/kops_secrets_create.md +++ b/docs/cli/kops_secrets_create.md @@ -20,7 +20,7 @@ kops secrets create --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_secrets_describe.md b/docs/cli/kops_secrets_describe.md index 89a7557af2..45bda3903a 100644 --- a/docs/cli/kops_secrets_describe.md +++ b/docs/cli/kops_secrets_describe.md @@ -20,7 +20,7 @@ kops secrets describe --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_secrets_expose.md b/docs/cli/kops_secrets_expose.md index 2150c3b09e..cad005daf3 100644 --- a/docs/cli/kops_secrets_expose.md +++ b/docs/cli/kops_secrets_expose.md @@ -20,7 +20,7 @@ kops secrets expose --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_secrets_get.md b/docs/cli/kops_secrets_get.md index 9af0f44390..4943bf30a3 100644 --- a/docs/cli/kops_secrets_get.md +++ b/docs/cli/kops_secrets_get.md @@ -20,7 +20,7 @@ kops secrets get --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_toolbox.md b/docs/cli/kops_toolbox.md index 5ef9b33c74..dd0a76868c 100644 --- a/docs/cli/kops_toolbox.md +++ b/docs/cli/kops_toolbox.md @@ -16,7 +16,7 @@ Misc infrequently used commands --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_toolbox_convert-imported.md b/docs/cli/kops_toolbox_convert-imported.md index 24dc7d4ec4..190fc34da0 100644 --- a/docs/cli/kops_toolbox_convert-imported.md +++ b/docs/cli/kops_toolbox_convert-imported.md @@ -27,7 +27,7 @@ kops toolbox convert-imported --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_update.md b/docs/cli/kops_update.md index 3693dc88e6..779e725e8c 100644 --- a/docs/cli/kops_update.md +++ b/docs/cli/kops_update.md @@ -16,7 +16,7 @@ Update clusters --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_update_cluster.md b/docs/cli/kops_update_cluster.md index f7ed833087..8f2e802578 100644 --- a/docs/cli/kops_update_cluster.md +++ b/docs/cli/kops_update_cluster.md @@ -30,7 +30,7 @@ kops update cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_update_federation.md b/docs/cli/kops_update_federation.md index 468403c849..ba608bde2f 100644 --- a/docs/cli/kops_update_federation.md +++ b/docs/cli/kops_update_federation.md @@ -20,7 +20,7 @@ kops update federation --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_upgrade.md b/docs/cli/kops_upgrade.md index 67544582d7..d3b4dcefdf 100644 --- a/docs/cli/kops_upgrade.md +++ b/docs/cli/kops_upgrade.md @@ -16,7 +16,7 @@ upgrade clusters --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_upgrade_cluster.md b/docs/cli/kops_upgrade_cluster.md index c29ad9ea53..282126f185 100644 --- a/docs/cli/kops_upgrade_cluster.md +++ b/docs/cli/kops_upgrade_cluster.md @@ -27,7 +27,7 @@ kops upgrade cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_validate.md b/docs/cli/kops_validate.md index 912a740375..888c18fece 100644 --- a/docs/cli/kops_validate.md +++ b/docs/cli/kops_validate.md @@ -22,7 +22,7 @@ validate a kubernetes cluster --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_validate_cluster.md b/docs/cli/kops_validate_cluster.md index 650d14d55f..8df5ea833d 100644 --- a/docs/cli/kops_validate_cluster.md +++ b/docs/cli/kops_validate_cluster.md @@ -21,7 +21,7 @@ kops validate cluster --logtostderr log to standard error instead of files (default false) --name string Name of cluster -o, --output string output format. One of: table, yaml (default "table") - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging diff --git a/docs/cli/kops_version.md b/docs/cli/kops_version.md index a90eea25c8..9146654a8d 100644 --- a/docs/cli/kops_version.md +++ b/docs/cli/kops_version.md @@ -20,7 +20,7 @@ kops version --log_dir string If non-empty, write log files in this directory --logtostderr log to standard error instead of files (default false) --name string Name of cluster - --state string Location of state storage (default "s3://oscar-ai-k8s-dev") + --state string Location of state storage --stderrthreshold severity logs at or above this threshold go to stderr (default 2) -v, --v Level log level for V logs --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging