mirror of https://github.com/kubernetes/kops.git
updating generated docs
This commit is contained in:
parent
45442fcd76
commit
56da9f14de
|
@ -30,14 +30,14 @@ kops create cluster
|
|||
--master-zones stringSlice Zones in which to run masters (must be an odd number)
|
||||
--model string Models to apply (separate multiple models with commas) (default "config,proto,cloudup")
|
||||
--network-cidr string Set to override the default network CIDR
|
||||
--networking string Networking mode to use. kubenet (default), classic, external, cni, kopeio-vxlan, weave, flannel, calico. (default "kubenet")
|
||||
--networking string Networking mode to use. kubenet (default), classic, external, kopeio-vxlan, weave, flannel, calico, canal. (default "kubenet")
|
||||
--node-count int32 Set the number of nodes
|
||||
--node-security-groups stringSlice Add precreated additional security groups to nodes.
|
||||
--node-size string Set instance size for nodes
|
||||
--out string Path to write any local output
|
||||
--project string Project to use (must be set on GCE)
|
||||
--ssh-public-key string SSH public key to use (default "~/.ssh/id_rsa.pub")
|
||||
--target string Target - direct, terraform (default "direct")
|
||||
--target string Target - direct, terraform, cloudformation (default "direct")
|
||||
-t, --topology string Controls network topology for the cluster. public|private. Default is 'public'. (default "public")
|
||||
--vpc string Set to use a shared VPC
|
||||
--yes Specify --yes to immediately create the cluster
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
## kops genhelpdocs
|
||||
|
||||
Generate CLI help docs
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
Generate CLI help docs
|
||||
|
||||
```
|
||||
kops genhelpdocs
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--out string path to write out to.
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--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](kops.md) - kops is kubernetes ops
|
||||
|
||||
###### Auto generated by spf13/cobra on 5-Nov-2016
|
|
@ -6,11 +6,15 @@ Rolling update a cluster
|
|||
|
||||
|
||||
Rolling update a cluster instance groups.
|
||||
|
||||
This command updates the running instances to match the cloud specifications.
|
||||
|
||||
This command updates a kubernetes cluseter to match the cloud, and kops specifications.
|
||||
|
||||
To perform rolling update, you need to update the cloud resources first with "kops update cluster"
|
||||
|
||||
Use KOPS_FEATURE_FLAGS="+DrainAndValidateRollingUpdate" to use beta code that drains the nodes
|
||||
and validates the cluser. New flags for Drain and Validation operations will be shown when
|
||||
the environment variable is set.
|
||||
|
||||
```
|
||||
kops rolling-update cluster
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue