Skip to content

Commit aef20ed

Browse files
committed
Docs
1 parent 68113e2 commit aef20ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```bash
44
# Create a local control-cluster. This step is optional if you already have a working kubeconfig/cluster
55
# 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
6+
kind create cluster --name ctrl --kubeconfig ./kubeconfig
77

88
# Copy the kubeconfig of the control-cluster to the project folder and name it `kubeconfig`.
99
# When using kind as describe above, this file was already created

0 commit comments

Comments
 (0)