Update create_secret_sshpublickey.go

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

View File

@ -34,7 +34,7 @@ var (
key is not updated by this command.`)) key is not updated by this command.`))
createSecretSSHPublicKeyExample = templates.Examples(i18n.T(` createSecretSSHPublicKeyExample = templates.Examples(i18n.T(`
# 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
`)) `))