mirror of https://github.com/kubernetes/kops.git
Update create.go
This commit is contained in:
parent
bb420aa854
commit
c6bac3c725
|
|
@ -72,7 +72,7 @@ var (
|
||||||
kops create ig --name=k8s-cluster.example.com node-example \
|
kops create ig --name=k8s-cluster.example.com node-example \
|
||||||
--role node --subnet my-subnet-name
|
--role node --subnet my-subnet-name
|
||||||
|
|
||||||
# Create an new ssh public key called admin.
|
# Create a new ssh public key called admin.
|
||||||
kops create secret sshpublickey admin -i ~/.ssh/id_rsa.pub \
|
kops create secret sshpublickey admin -i ~/.ssh/id_rsa.pub \
|
||||||
--name k8s-cluster.example.com --state s3://example.com
|
--name k8s-cluster.example.com --state s3://example.com
|
||||||
`))
|
`))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue