Replace CRI-O incubator links. (#16698)
Update CRI-O links from Kubernetes incubator to the official CRI-O homepage. Most links were already updated, but there were a few stragglers in minikube documentation and old blog posts.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bb69306aa1
commit
cbef9c2bc3
@@ -23,7 +23,7 @@ Minikube supports the following Kubernetes features:
|
||||
* NodePorts
|
||||
* ConfigMaps and Secrets
|
||||
* Dashboards
|
||||
* Container Runtime: Docker, [CRI-O](https://github.com/kubernetes-incubator/cri-o), and [containerd](https://github.com/containerd/containerd)
|
||||
* Container Runtime: Docker, [CRI-O](https://cri-o.io/), and [containerd](https://github.com/containerd/containerd)
|
||||
* Enabling CNI (Container Network Interface)
|
||||
* Ingress
|
||||
|
||||
@@ -232,7 +232,7 @@ minikube start \
|
||||
```
|
||||
{{% /tab %}}
|
||||
{{% tab name="CRI-O" %}}
|
||||
To use [CRI-O](https://github.com/kubernetes-incubator/cri-o) as the container runtime, run:
|
||||
To use [CRI-O](https://cri-o.io/) as the container runtime, run:
|
||||
```bash
|
||||
minikube start \
|
||||
--network-plugin=cni \
|
||||
|
||||
@@ -137,7 +137,7 @@ If the container runtime of choice is Docker, it is used through the built-in
|
||||
Other CRI-based runtimes include:
|
||||
|
||||
- [containerd](https://github.com/containerd/cri) (CRI plugin built into containerd)
|
||||
- [cri-o](https://github.com/kubernetes-incubator/cri-o)
|
||||
- [cri-o](https://cri-o.io/)
|
||||
- [frakti](https://github.com/kubernetes/frakti)
|
||||
|
||||
Refer to the [CRI installation instructions](/docs/setup/cri) for more information.
|
||||
|
||||
Reference in New Issue
Block a user