From d1297d3915850213eef1e16235d66cbb61aeb109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Loyola?= Date: Wed, 5 Apr 2023 15:44:08 -0300 Subject: [PATCH] Fix link to GitHub open issues label for drivers --- site/content/en/docs/drivers/docker.md | 2 ++ site/content/en/docs/drivers/hyperv.md | 2 +- site/content/en/docs/drivers/kvm2.md | 2 +- site/content/en/docs/drivers/parallels.md | 2 +- site/content/en/docs/drivers/podman.md | 2 ++ 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index 65f3f60664..d06b6a804f 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -72,6 +72,8 @@ The `--container-runtime` flag must be set to "containerd" or "cri-o". "containe `sudo mkdir /sys/fs/cgroup/systemd && sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd`. +Also see [co/docker-driver open issues](https://github.com/kubernetes/minikube/labels/co%2Fdocker-driver). + ## Troubleshooting [comment]: <> (this title is used in the docs links, don't change) diff --git a/site/content/en/docs/drivers/hyperv.md b/site/content/en/docs/drivers/hyperv.md index 93929826bd..bb677499ad 100644 --- a/site/content/en/docs/drivers/hyperv.md +++ b/site/content/en/docs/drivers/hyperv.md @@ -20,7 +20,7 @@ The `minikube start` command supports additional hyperv specific flags: ## Issues -Also see [co/hyperv open issues](https://github.com/kubernetes/minikube/labels/co%2Fhyperv) +Also see [co/hyperv open issues](https://github.com/kubernetes/minikube/labels/co%2Fhyperv). ## Troubleshooting diff --git a/site/content/en/docs/drivers/kvm2.md b/site/content/en/docs/drivers/kvm2.md index c350d4db4d..090b4d05ed 100644 --- a/site/content/en/docs/drivers/kvm2.md +++ b/site/content/en/docs/drivers/kvm2.md @@ -36,7 +36,7 @@ The `minikube start` command supports 5 additional KVM specific flags: * KVM VM's cannot be used simultaneously with VirtualBox [#4913](https://github.com/kubernetes/minikube/issues/4913) * On some distributions, libvirt bridge networking may fail until the host reboots -Also see [co/kvm2 open issues](https://github.com/kubernetes/minikube/labels/co%2Fkvm2) +Also see [co/kvm2-driver open issues](https://github.com/kubernetes/minikube/labels/co%2Fkvm2-driver). ### Nested Virtulization diff --git a/site/content/en/docs/drivers/parallels.md b/site/content/en/docs/drivers/parallels.md index 00489edf3e..7e0973ca05 100644 --- a/site/content/en/docs/drivers/parallels.md +++ b/site/content/en/docs/drivers/parallels.md @@ -13,7 +13,7 @@ The Parallels driver is particularly useful for users who own Parallels Desktop ## Issues -* [Full list of open 'parallels' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fparallels) +* [Full list of open 'parallels' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fparallels-driver) ## Troubleshooting diff --git a/site/content/en/docs/drivers/podman.md b/site/content/en/docs/drivers/podman.md index 96f7f27ec4..3497d2a69a 100644 --- a/site/content/en/docs/drivers/podman.md +++ b/site/content/en/docs/drivers/podman.md @@ -43,6 +43,8 @@ podman system connection default podman-machine-default-root podman info ``` +Also see [co/podman-driver open issues](https://github.com/kubernetes/minikube/labels/co%2Fpodman-driver). + ## Troubleshooting - Run `minikube start --alsologtostderr -v=7` to debug errors and crashes