document registery limitation on docker mac

pull/7536/head
Medya Gh 2020-04-08 18:55:21 -07:00
parent 93d9e52358
commit 794d78a788
1 changed files with 5 additions and 1 deletions

View File

@ -21,12 +21,16 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta
- On macOS, containers might get hung and require a restart of Docker for Desktop. See [docker/for-mac#1835](https://github.com/docker/for-mac/issues/1835)
- The `ingress` and `ingress-dns` addons are currently only supported on Linux. See [#7332](https://github.com/kubernetes/minikube/issues/7332)
- The `ingress`, `ingress-dns` and `registry` addons are currently only supported on Linux. See [#7332](https://github.com/kubernetes/minikube/issues/7332) and [#7535](https://github.com/kubernetes/minikube/issues/7535)
- On WSL2 (experimental - see [#5392](https://github.com/kubernetes/minikube/issues/5392)), you may need to run:
`sudo mkdir /sys/fs/cgroup/systemd && sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd`.
- Addon 'registry' for mac and windows is not supported yet and it is [a work in progress](https://github.com/kubernetes/minikube/issues/7535).
## Troubleshooting
- On macOS or Windows, you may need to restart Docker for Desktop if a command gets hung