Skip to content

Commit 806f427

Browse files
authored
Adding note in support documentation about other container runtimes (#361)
1 parent b2246c9 commit 806f427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/SUPPORT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The following prerequisites and dependencies must be installed on each node you
2121
* Docker engine:
2222
* Docker Enterprise Engine 17.06.2 or higher
2323
* Docker Community Engine 17.06.2 or higher
24+
25+
**Note:** If you are using [podman](https://github.com/containers/libpod), [CRI-O](https://github.com/cri-o/cri-o), [containerd](https://github.com/containerd/containerd) or other container runtimes, please be aware that these are currently outside of our support/testing matrix. It's possible that this Docker image still works, although you may need to manually add the environment variable `KUBERNETES_SERVICE_HOST=kubernetes` to configure the provisioning hooks properly.
2426
* [OverlayFS](https://docs.docker.com/storage/storagedriver/overlayfs-driver/) `overlay2` Docker daemon storage driver
2527
1. Edit `/etc/docker/daemon.json`. If it does not yet exist, create it.
2628
2. Assuming the file was empty, add the following contents:

0 commit comments

Comments
 (0)