From dddd3f3424f11035dec9203a0a5cade65f785956 Mon Sep 17 00:00:00 2001 From: Chris Callegari Date: Wed, 8 Apr 2020 14:59:13 -0700 Subject: [PATCH] update try minikube link --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9534205..92868a0 100755 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ layout: default ## Try Now -* **Minikube**: Use [CRI-O](https://minikube.sigs.k8s.io/docs/reference/runtimes/#cri-o) as the container runtime +* **Minikube**: Use [CRI-O](https://kubernetes.io/docs/setup/production-environment/container-runtimes/#cri-o) as the container runtime * **kubeadm**: Checkout this [kubeadm guide](https://github.com/cri-o/cri-o/blob/master/tutorials/kubeadm.md) to setup `kubeadm` to use CRI-O * **Kubic**: Configured to use CRI-O [out of the box](https://kubic.opensuse.org/blog/2018-09-17-crio-default/) in both its `kubeadm` and `microOS` system roles