Skip to content

Commit

Permalink
Merge pull request #998 from BenTheElder/known-issue-older-docker
Browse files Browse the repository at this point in the history
add a note about older docker releases
  • Loading branch information
k8s-ci-robot committed Oct 22, 2019
2 parents cc9e3fb + 3a42f10 commit 56b5ca8
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 56b5ca8

Please sign in to comment.