Fix ci failure of 'make gen-cli-docs'

This commit is contained in:
Mike Splain 2017-05-16 09:44:30 -04:00
parent bd0f18d413
commit 3c02a412be
1 changed files with 7 additions and 6 deletions

View File

@ -59,7 +59,7 @@ kops create cluster
``` ```
--admin-access stringSlice Restrict access to admin endpoints (SSH, HTTPS) to this CIDR. If not set, access will not be restricted by IP. (default [0.0.0.0/0]) --admin-access stringSlice Restrict access to admin endpoints (SSH, HTTPS) to this CIDR. If not set, access will not be restricted by IP. (default [0.0.0.0/0])
--api-loadbalancer-type string Sets the API loadbalancer to either 'public' or 'internal' --api-loadbalancer-type string Sets the API loadbalancer type to either 'public' or 'internal'
--associate-public-ip Specify --associate-public-ip=[true|false] to enable/disable association of public IP for master ASG and nodes. Default is 'true'. --associate-public-ip Specify --associate-public-ip=[true|false] to enable/disable association of public IP for master ASG and nodes. Default is 'true'.
--authorization string Authorization mode to use: AlwaysAllow or RBAC (default "AlwaysAllow") --authorization string Authorization mode to use: AlwaysAllow or RBAC (default "AlwaysAllow")
--bastion Pass the --bastion flag to enable a bastion instance group. Only applies to private topology. --bastion Pass the --bastion flag to enable a bastion instance group. Only applies to private topology.
@ -110,3 +110,4 @@ kops create cluster
### SEE ALSO ### SEE ALSO
* [kops create](kops_create.md) - Create a resource by command line, filename or stdin. * [kops create](kops_create.md) - Create a resource by command line, filename or stdin.