From c5fdc0dbb67a6a1a8cab8f4111b479694bf5889c Mon Sep 17 00:00:00 2001 From: "wangyongchao.bj" Date: Tue, 20 Jul 2021 11:04:44 +0800 Subject: [PATCH] docs: fix minikube installation guide runtimeclasses error the kata-deploy project scripts were changed, but minikube installation guide doc still use old yaml script. fix guide doc use the new yaml script of runtimeClasses. Fixes: #2276 Signed-off-by: wangyongchao.bj --- docs/install/minikube-installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/minikube-installation-guide.md b/docs/install/minikube-installation-guide.md index 48ec50d391..e2f1cd1bac 100644 --- a/docs/install/minikube-installation-guide.md +++ b/docs/install/minikube-installation-guide.md @@ -166,8 +166,8 @@ $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/node-api/master/ Now register the `kata qemu` runtime with that class. This should result in no errors: ```sh -$ cd kata-containers/tools/packaging/kata-deploy/k8s-1.14 -$ kubectl apply -f kata-qemu-runtimeClass.yaml +$ cd kata-containers/tools/packaging/kata-deploy/runtimeclasses +$ kubectl apply -f kata-runtimeClasses.yaml ``` The Kata Containers installation process should be complete and enabled in the Minikube cluster.