Able to run sucessfully

pull/8489/head
TrishaChetani 2020-06-17 17:44:16 +02:00
parent 16ccaf95f6
commit 0a309f9c53
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ description: >
Development Roadmap
---
This roadmap is a living document outlining the major technical improvements which we would like to see in minikube during 2020, divided by how they apply to our [guiding principles]({{< ref /docs/contrib/principles >}})
This roadmap is a living document outlining the major technical improvements which we would like to see in minikube during 2020, divided by how they apply to our [guiding principles]({{< ref "/docs/contrib/principles" >}})
Please send a PR to suggest any improvements to it.

View File

@ -20,7 +20,7 @@ Here is a comparison table to help you choose:
|--- |--- |--- |--- |--- |
| [docker-env command](/docs/handbook/pushing/#1pushing-directly-to-the-in-cluster-docker-daemon-docker-env) | only docker | good |
| [podman-env command](/docs/handbook/pushing/#3-pushing-directly-to-in-cluster-crio-podman-env) | only cri-o | good |
| [cache add command]({{< ref /docs/commands/cache/#minikube-cache-add >}}) | all | ok |
| [cache add command]({{< ref "/docs/commands/cache.md#minikube-cache-add" >}}) | all | ok |
| [registry addon](/docs/handbook/pushing/#4-pushing-to-an-in-cluster-using-registry-addon) | all | ok |
| [minikube ssh](/docs/handbook/pushing/#5-building-images-inside-of-minikube-using-ssh) | all | best |

View File

@ -23,7 +23,7 @@ configured via both, [Ingress](https://kubernetes.io/docs/concepts/services-netw
### Installing Ambassador
Ambassador is available as a Minikube
[addon]({{< ref /docs/commands/addons/ >}}) Install it by running -
[addon]({{< ref "/docs/commands/addons" >}}) Install it by running -
```shell script
minikube addons enable ambassador

View File

@ -18,7 +18,7 @@ description: >
When using NVIDIA GPUs with the kvm2 driver, we passthrough spare GPUs on the
host to the minikube VM. Doing so has a few prerequisites:
- You must install the [kvm2 driver]({{< ref /docs/drivers/kvm2/ >}}) If you already had
- You must install the [kvm2 driver]({{< ref "/docs/drivers/kvm2" >}}) If you already had
this installed make sure that you fetch the latest
`docker-machine-driver-kvm2` binary that has GPU support.