mirror of https://github.com/kubernetes/kops.git
Update kops_create_secret_sshpublickey.md
This commit is contained in:
parent
d8a4f967eb
commit
2b50a1c11f
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue