From 39b70246fc3e2d4c37592cf906ec22e950f3d551 Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Tue, 13 Jun 2017 18:41:17 +0900 Subject: [PATCH] Add --subnet and --role flags to create ig command --- docs/single-to-multi-master.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/single-to-multi-master.md b/docs/single-to-multi-master.md index 76d8b97fb1..950238cce1 100644 --- a/docs/single-to-multi-master.md +++ b/docs/single-to-multi-master.md @@ -64,11 +64,10 @@ Create 1 kops instance group for the first one of your new masters, in a different AZ from the existing one. ```bash -$ kops create instancegroup master- +$ kops create instancegroup master- --subnet --role Master ``` * ``maxSize`` and ``minSize`` should be 1, - * ``role`` should be ``Master``, * only one zone should be listed. ### b - Reference the new masters in your cluster configuration @@ -147,11 +146,10 @@ Create 1 kops instance group for the third master, in a different AZ from the existing ones. ```bash -$ kops create instancegroup master- +$ kops create instancegroup master- --subnet --role Master ``` * ``maxSize`` and ``minSize`` should be 1, - * ``role`` should be ``Master``, * only one zone should be listed. ### b - Add a new member to the etcd clusters