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
You can also open [config.yaml](cluster/config.yaml#L21) and replace `{GOPATH}` with the absolute path manually. If you already installed kind (Kubernetes in Docker) on your local system, you can create the cluster with this command:
The cluster has the name `local-debug-k8s` and is created with the custom configuration (parameter `--config cluster/config.yaml`). Let us take a look at `cluster/config.yaml` and explain it:
39
+
Ensure that port 8090 and 30123 are not used on your local system. The newly created cluster has the name `local-debug-k8s` and has been created with custom configuration ( `--config cluster/config.yaml`). The following is a brief explanation:
47
40
48
41
```yml
49
42
kind: Cluster
@@ -70,41 +63,47 @@ nodes:
70
63
containerPath: /go/src # path to the project folder inside the worker node
71
64
```
72
65
73
-
_Hint: make sure that ports 8090 and 30123 are free on your computer before you create the cluster_
0 commit comments