mirror of https://github.com/kubernetes/kops.git
Update create_secret_sshpublickey.go
This commit is contained in:
parent
5f298b4e98
commit
bb420aa854
|
|
@ -34,7 +34,7 @@ var (
|
|||
key is not updated by this command.`))
|
||||
|
||||
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 \
|
||||
--name k8s-cluster.example.com --state s3://example.com
|
||||
`))
|
||||
|
|
|
|||
Loading…
Reference in New Issue