Merge pull request #16250 from jmloyola/fix-issue-label-docs

Doc: Fix link to GitHub open issues label for drivers
pull/16280/head
Steven Powell 2023-04-10 09:49:37 -07:00 committed by GitHub
commit 5bbdc28447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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