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

Commit 7863697

Browse files
committed
Setting kind name as CAPN
1 parent 5f78101 commit 7863697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

+3-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`
@@ -53,8 +53,8 @@ cd ..
5353
export PULL_POLICY=Never
5454
export TAG=dev
5555
make docker-build release-manifests
56-
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev
57-
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev
56+
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev --name=capn
57+
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev --name=capn
5858
```
5959

6060
### Deploy CAPN

0 commit comments

Comments
 (0)