Docs updated for bastion enable

This commit is contained in:
alok87 2016-11-20 23:17:09 +05:30
parent 6206bc711e
commit eb67bca038
2 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,8 @@ kops completion
```
# load in the kops completion code for bash (depends on the bash-completion framework).
source <(kops completion bash)
# load in the kops completion code for bash (depends on the bash-completion framework).
source <(kops completion bash)
```
### Options

View File

@ -16,6 +16,7 @@ kops create cluster
```
--admin-access string Restrict access to admin endpoints (SSH, HTTPS) to this CIDR. If not set, access will not be restricted by IP.
--associate-public-ip Specify --associate-public-ip=[true|false] to enable/disable association of public IP for master ASG and nodes. Default is 'true'. (default true)
--bastion Specify --bastion=[true|false] to turn enable/disable bastion setup. Default to 'false' when topology is 'public' and defaults to 'true' if topology is 'private'.
--channel string Channel for default versions and configuration to use (default "stable")
--cloud string Cloud provider to use - gce, aws
--dns-zone string DNS hosted zone to use (defaults to longest matching zone)
@ -32,6 +33,7 @@ kops create cluster
--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")
-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
--zones string Zones in which to run the cluster