mirror of https://github.com/kubernetes/kops.git
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:
parent
6050d90805
commit
43251fbb60
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue