Skip to content

Commit

Permalink
docs: fix minikube installation guide runtimeclasses error
Browse files Browse the repository at this point in the history
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 <wangyongchao.bj@inspur.com>
  • Loading branch information
DavidWang-YC committed Jul 20, 2021
1 parent 1b71d31 commit c5fdc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/minikube-installation-guide.md
Expand Up @@ -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.
Expand Down

0 comments on commit c5fdc0d

Please sign in to comment.