Update cli docs

klog added a flag (add_dir_header).
This commit is contained in:
Justin Santa Barbara 2020-01-11 14:06:47 -05:00 committed by Justin SB
parent 7922356c62
commit adf2a5c681
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
46 changed files with 46 additions and 0 deletions

View File

@ -16,6 +16,7 @@ kops is Kubernetes ops.
### Options
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
-h, --help help for kops

View File

@ -49,6 +49,7 @@ kops completion [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -56,6 +56,7 @@ kops create -f FILENAME [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -123,6 +123,7 @@ kops create cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -43,6 +43,7 @@ kops create instancegroup [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -32,6 +32,7 @@ Create a secret
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -38,6 +38,7 @@ kops create secret dockerconfig [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -38,6 +38,7 @@ kops create secret encryptionconfig [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -27,6 +27,7 @@ Create a secret keypair
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -33,6 +33,7 @@ kops create secret keypair ca [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -31,6 +31,7 @@ kops create secret sshpublickey [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -45,6 +45,7 @@ kops create secret weavepassword [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -41,6 +41,7 @@ kops delete -f FILENAME [--yes] [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -34,6 +34,7 @@ kops delete cluster CLUSTERNAME [--yes] [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -32,6 +32,7 @@ kops delete instancegroup [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -28,6 +28,7 @@ kops delete secret [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -24,6 +24,7 @@ Get additional information about cloud and cluster resources.
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -29,6 +29,7 @@ kops describe secrets [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -34,6 +34,7 @@ Edit a resource configuration. This command changes the desired configuration in
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -36,6 +36,7 @@ kops edit cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -36,6 +36,7 @@ kops edit instancegroup [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -25,6 +25,7 @@ Export configurations from a cluster.
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -31,6 +31,7 @@ kops export kubecfg CLUSTERNAME [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -49,6 +49,7 @@ kops get [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -39,6 +39,7 @@ kops get clusters [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -35,6 +35,7 @@ kops get instancegroups [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -33,6 +33,7 @@ kops get secrets [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -26,6 +26,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -31,6 +31,7 @@ kops import cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -37,6 +37,7 @@ kops replace -f FILENAME [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -69,6 +69,7 @@ Note: terraform users will need to run all of the following commands from the sa
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -86,6 +86,7 @@ kops rolling-update cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -27,6 +27,7 @@ Set a configuration field.
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -33,6 +33,7 @@ kops set cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -25,6 +25,7 @@ Misc infrequently used commands.
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -30,6 +30,7 @@ kops toolbox bundle [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -35,6 +35,7 @@ kops toolbox convert-imported [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -30,6 +30,7 @@ kops toolbox dump [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -44,6 +44,7 @@ kops toolbox template [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -25,6 +25,7 @@ Creates or updates cloud resources to match cluster desired configuration.
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -39,6 +39,7 @@ kops update cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -25,6 +25,7 @@ Automates checking for and applying Kubernetes updates. This upgrades a cluster
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -31,6 +31,7 @@ kops upgrade cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -32,6 +32,7 @@ This commands validates the following components:
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -39,6 +39,7 @@ kops validate cluster [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)

View File

@ -29,6 +29,7 @@ kops version [flags]
### Options inherited from parent commands
```
--add_dir_header If true, adds the file directory to the header
--alsologtostderr log to standard error as well as files
--config string yaml config file (default is $HOME/.kops.yaml)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)