We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68113e2 commit aef20edCopy full SHA for aef20ed
docs/DEV.md
@@ -3,7 +3,7 @@
3
```bash
4
# Create a local control-cluster. This step is optional if you already have a working kubeconfig/cluster
5
# IMPORTANT: update the apiServerAddress to your needs so the service-cluster from down below can access the control-cluster.
6
-kind create cluster --name ctrl --kubeconfig ./kubeconfig --config ctrl-cluster-config
+kind create cluster --name ctrl --kubeconfig ./kubeconfig
7
8
# Copy the kubeconfig of the control-cluster to the project folder and name it `kubeconfig`.
9
# When using kind as describe above, this file was already created
0 commit comments