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
Optionally set any other environment variables as needed to change the cluster configuration. The possible options are listed at the top of the `./hack/local-up-cluster.sh` script.
75
+
74
76
In a separate tab of your terminal, run the following:
75
77
76
78
```sh
@@ -100,7 +102,11 @@ print the commands to run to point kubectl at the local cluster.
100
102
101
103
Your cluster is running, and you want to start running containers!
102
104
103
-
You can now use any of the cluster/kubectl.sh commands to interact with your local setup.
105
+
You can now use any of the cluster/kubectl.sh commands to interact with your local setup after setting your KUBECONFIG
To know more on DNS service you can check out the [docs](http://kubernetes.io/docs/admin/dns/).
191
+
192
+
### All pod fail to start with a cgroups error of `expected cgroupsPath to be of format "slice:prefix:name" for systemd cgroups`
193
+
194
+
Your container runtime is using the systemd cgroup driver, but by default `./hack/local-up-cluster.sh` uses cgroupfs. To correct the mismatch, set the `CGROUP_DRIVER` environment variable to systemd as well.
0 commit comments