Update kops_create_secret_sshpublickey.md

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

View File

@ -3,7 +3,7 @@
## kops create secret sshpublickey
Create a ssh public key.
Create an ssh public key.
### Synopsis
@ -16,7 +16,7 @@ kops create secret sshpublickey [flags]
### Examples
```
# 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
```