fix broken docs link

pull/8076/head
Medya Gh 2020-05-11 15:53:11 -07:00
parent afab7c87c6
commit 88e72ca91d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta
## Known Issues
- Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/" >}}
- Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/docker" >}}
- 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)

View File

@ -27,4 +27,4 @@ minikube start --driver=podman --container-runtime=cri-o
{{% readfile file="/docs/drivers/includes/podman_usage.inc" %}}
## Known Issues
- Podman driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/" >}}
- Podman driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/podman" >}}