From e42bb2a235dc95a5d0dee6d4634664546ca41ec6 Mon Sep 17 00:00:00 2001 From: Ben Leggett Date: Mon, 9 Nov 2020 14:31:24 -0500 Subject: [PATCH 1/2] Bug #9607 - No support for userns and rootless --- site/content/en/docs/drivers/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index 30e44230aa..9ee8495fa5 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -19,6 +19,10 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta ## Known Issues +- The following Docker runtime security options are currently *unsupported and will not work* with the Docker driver: + - [userns-remap](https://docs.docker.com/engine/security/userns-remap/) + - [rootless](https://docs.docker.com/engine/security/rootless/) + - Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/_index.md" >}}) - 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) From 48b4db838d6b6e7d42b47f61adec5dfe7e38058e Mon Sep 17 00:00:00 2001 From: Ben Leggett Date: Thu, 12 Nov 2020 10:58:34 -0500 Subject: [PATCH 2/2] Review comment --- site/content/en/docs/drivers/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index 9ee8495fa5..5b59ee5b46 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -19,7 +19,7 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta ## Known Issues -- The following Docker runtime security options are currently *unsupported and will not work* with the Docker driver: +- The following Docker runtime security options are currently *unsupported and will not work* with the Docker driver (see [#9607](https://github.com/kubernetes/minikube/issues/9607)): - [userns-remap](https://docs.docker.com/engine/security/userns-remap/) - [rootless](https://docs.docker.com/engine/security/rootless/)