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

Commit d633913

Browse files
committed
add minikube info into dev doc
1 parent 6586c68 commit d633913

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/dev-quickstart.md

+10
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ Please install the latest version of [kind](https://kind.sigs.k8s.io/docs/user/q
3030
### Create `kind` cluster
3131

3232
```console
33+
# For Kind
3334
kind create cluster --name=capn
35+
36+
# For Minikube
37+
minikube start
3438
```
3539

3640
### Install `cert-manager`
@@ -106,8 +110,14 @@ cd cluster-api-provider-nested
106110

107111
```console
108112
PULL_POLICY=Never TAG=dev make docker-build release-manifests
113+
114+
# For Kind
109115
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev --name=capn
110116
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev --name=capn
117+
118+
# For Minikube
119+
minikube image load gcr.io/nested-controlplane-controller-amd64:dev
120+
minikube image load gcr.io/cluster-api-nested-controller-amd64:dev
111121
```
112122

113123
### Deploy CAPN

0 commit comments

Comments
 (0)