You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/dev-quickstart.md
+31-1
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,15 @@ Please install the latest version of [kind](https://kind.sigs.k8s.io/docs/user/q
30
30
### Create `kind` cluster
31
31
32
32
```console
33
+
# For Kind
33
34
kind create cluster --name=capn
34
35
```
35
36
37
+
```console
38
+
# For Minikube
39
+
minikube start
40
+
```
41
+
36
42
### Install `cert-manager`
37
43
38
44
Cert Manager is a soft dependency for the Cluster API components to enable mutating and validating webhooks to be auto deployed. For more detailed instructions go [Cert Manager Installion](https://cert-manager.io/docs/installation/kubernetes/#installing-with-regular-manifests).
@@ -106,10 +112,20 @@ cd cluster-api-provider-nested
106
112
107
113
```console
108
114
PULL_POLICY=Never TAG=dev make docker-build release-manifests
0 commit comments