mirror of https://github.com/kubernetes/kops.git
44 lines
2.0 KiB
Markdown
44 lines
2.0 KiB
Markdown
## kops
|
|
|
|
kops is kubernetes ops
|
|
|
|
### Synopsis
|
|
|
|
|
|
kops is kubernetes ops.
|
|
It allows you to create, destroy, upgrade and maintain clusters.
|
|
|
|
### Options
|
|
|
|
```
|
|
--alsologtostderr log to standard error as well as files
|
|
--config string config file (default is $HOME/.kops.yaml)
|
|
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
|
|
--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
|
|
--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
|
|
```
|
|
|
|
### SEE ALSO
|
|
* [kops completion](kops_completion.md) - Output shell completion code for the given shell (bash)
|
|
* [kops create](kops_create.md) - Create a resource by filename or stdin
|
|
* [kops delete](kops_delete.md) - delete clusters
|
|
* [kops describe](kops_describe.md) - describe objects
|
|
* [kops edit](kops_edit.md) - Edit resource
|
|
* [kops export](kops_export.md) - export clusters/kubecfg
|
|
* [kops get](kops_get.md) - list or get objects
|
|
* [kops import](kops_import.md) - import clusters
|
|
* [kops replace](kops_replace.md) - Replace a resource by filename or stdin
|
|
* [kops rolling-update](kops_rolling-update.md) - rolling update clusters
|
|
* [kops secrets](kops_secrets.md) - Manage secrets & keys
|
|
* [kops toolbox](kops_toolbox.md) - Misc infrequently used commands
|
|
* [kops update](kops_update.md) - update clusters
|
|
* [kops upgrade](kops_upgrade.md) - upgrade clusters
|
|
* [kops validate](kops_validate.md) - Validate Cluster
|
|
* [kops version](kops_version.md) - Print the client version information
|
|
|