Skip to content

Commit

Permalink
add a note about older docke releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Oct 22, 2019
1 parent cc9e3fb commit 6145848
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/content/docs/user/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ It may additionally be helpful to:

## Contents
* [Failures involving mismatched kubectl versions](#failures-involving-mismatched-kubectl-version)
* [Older Docker Installations][#older-docker-installations]
* [Docker on Btrfs](#docker-on-btrfs)
* [Docker installed with Snap](#docker-installed-with-snap)
* [Failing to apply overlay network](#failing-to-apply-overlay-network)
Expand Down Expand Up @@ -60,6 +61,19 @@ brew link --overwrite kubernetes-cli
[for-mac#3663]: https://github.com/docker/for-mac/issues/3663
## Older Docker Installations
`kind` is known to have issues with Kubernetes 1.13 or lower when using Docker versions:
- 1.13.1 (released January 2017)
- 17.05.0-ce (released May 2017)
And possibly other old versions of Docker.
With these versions you must use Kubernetes >= 1.14, or more ideally upgrade Docker instead.
KIND is tested with a recent stable docker-ce release.
## Docker on Btrfs
`kind` cannot run properly if containers on your machine / host are backed by a
Expand Down

0 comments on commit 6145848

Please sign in to comment.