diff --git a/docs/bastion.md b/docs/bastion.md index 067d58cff6..8d9982314e 100644 --- a/docs/bastion.md +++ b/docs/bastion.md @@ -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