Update create.go

This commit is contained in:
AdamDang 2018-08-30 14:39:14 +08:00 committed by GitHub
parent bb420aa854
commit c6bac3c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ var (
kops create ig --name=k8s-cluster.example.com node-example \
--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 \
--name k8s-cluster.example.com --state s3://example.com
`))