Merge pull request #16250 from jmloyola/fix-issue-label-docs
Doc: Fix link to GitHub open issues label for driverspull/16280/head
commit
5bbdc28447
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue