Skip to content

Commit d6c9bea

Browse files
committed
doc(requirements): add note about selinux + overlayfs
1 parent 4521714 commit d6c9bea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/installing-workflow/system-requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ Any Kubernetes 1.1 cluster should also use a Docker version < 1.10.0 so that `ku
4343
## Docker Insecure Registry
4444

4545
The on-cluster, Deis-managed Docker registry is not deployed with TLS by default. As such, all Kubernetes worker nodes must have their Docker daemons configured to use an insecure registry. The subnet should encompase any private networks used by your worker nodes including any overlay networks. Depending on your Kubernetes and Docker configuration, setting `EXTRA_DOCKER_OPTS="--insecure-registry=10.0.0.0/8"` may be sufficient.
46+
47+
## SELinux + OverlayFS
48+
49+
If you are using Docker with OverlayFS you must disable SELinux by adding `--selinux-enabled=false` to `EXTRA_DOCKER_OPTS`. For more background information see:
50+
51+
* [https://github.com/docker/docker/issues/7952](https://github.com/docker/docker/issues/7952)
52+
* [https://github.com/deis/postgres/issues/63](https://github.com/deis/postgres/issues/63)

0 commit comments

Comments
 (0)