Change example in create ig --help

Add another subnet to the first example to show how to pass multiple subnets.

And run `make gen-cli-docs`.
This commit is contained in:
klaus993 2018-02-13 17:07:34 -03:00
parent 6050d90805
commit 43251fbb60
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ var (
# Create an instancegroup for the k8s-cluster.example.com cluster.
kops create ig --name=k8s-cluster.example.com node-example \
--role node --subnet my-subnet-name
--role node --subnet my-subnet-name,my-other-subnet-name
# Create a YAML manifest for an instancegroup for the k8s-cluster.example.com cluster.
kops create ig --name=k8s-cluster.example.com node-example \

View File

@ -23,7 +23,7 @@ kops create instancegroup
```
# Create an instancegroup for the k8s-cluster.example.com cluster.
kops create ig --name=k8s-cluster.example.com node-example \
--role node --subnet my-subnet-name
--role node --subnet my-subnet-name,my-other-subnet-name
# Create a YAML manifest for an instancegroup for the k8s-cluster.example.com cluster.
kops create ig --name=k8s-cluster.example.com node-example \