Skip to content

Commit c10c201

Browse files
authored
Added steps for delete auto-generated key pair.
1 parent 3fba378 commit c10c201

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ your ibmcloud Cluster API Kubernetes cluster.
182182
rm kubeconfig
183183
```
184184

185+
4. Delete the ssh keypair that were created for your cluster machine.
186+
187+
```bash
188+
rm -rf $HOME/.ssh/id_ibmcloud*
189+
```
190+
185191
### Trouble shooting
186192

187193
Please refer to [Trouble shooting documentation](docs/trouble_shooting.md) for further info.

0 commit comments

Comments
 (0)