Update bastion.md

one have to specify ig name
This commit is contained in:
Mikhail Goncharov 2018-01-26 11:37:18 +00:00 committed by GitHub
parent 5e68a5a33e
commit 01c129cbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ kops create cluster --topology private --networking $provider --bastion $NAME
To add a bastion instance group to a pre-existing cluster, create a new instance group with the `--role Bastion` flag and one or more subnets (e.g. `utility-us-east-2a,utility-us-east-2b`).
```yaml
kops create instancegroup --role Bastion --subnet $SUBNET
kops create instancegroup bastions --role Bastion --subnet $SUBNET
```
### Configure the bastion instance group