Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit d48629c

Browse files
committed
Setting kind name as CAPN
1 parent 895eab7 commit d48629c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd cluster-api-provider-nested
1919
### Create `kind` cluster
2020

2121
```shell
22-
kind create cluster
22+
kind create cluster --name=capn
2323
```
2424

2525
### Install `cert-manager`
@@ -51,8 +51,8 @@ cd ..
5151

5252
```shell
5353
PULL_POLICY=Never TAG=dev make docker-build release-manifests
54-
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev
55-
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev
54+
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev --name=capn
55+
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev --name=capn
5656
```
5757

5858
### Deploy CAPN
@@ -107,3 +107,9 @@ export HOSTALIASES=~/.hosts
107107
```shell
108108
kubectl --kubeconfig kubeconfig get all -A
109109
```
110+
111+
### Clean Up
112+
113+
```shell
114+
kind delete cluster --name=capn
115+
```

0 commit comments

Comments
 (0)