Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
add step to create secret sshpublickey (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyu authored and osterman committed Jan 23, 2019
1 parent 4ac6fe8 commit db978c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/docs/kops.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,13 @@ Then run this command to write the state to the S3 state storage bucket. This wo
make kops/create
```

Run the following command to provision the AWS resources for the cluster:
Next, provision the SSH Public Key Secret:

```bash
make kops/create-secret-sshpublickey`
```

Finally, run the following command to provision the AWS resources for the cluster:

```bash
kops update cluster --yes
Expand Down

0 comments on commit db978c0

Please sign in to comment.