From 01c129cbe0e34641e117aeafd37592035b0d68f4 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Fri, 26 Jan 2018 11:37:18 +0000 Subject: [PATCH] Update bastion.md one have to specify ig name --- docs/bastion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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