Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Update minikube installing the kata doc
Browse files Browse the repository at this point in the history
The command for intalling kata in minikube still using the old path of
the kata-deploy of the packaging project. This commit update the path of
the kata-deploy in the kata-containers/documentation project.

Fixes: #712

Signed-off-by: Ychau Wang <wangyongchao.bj@inspur.com>
  • Loading branch information
DavidWang-YC committed Aug 27, 2020
1 parent e67f4d7 commit cae265e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/minikube-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ configured for you) to deploy them:
```sh
$ git clone https://github.com/kata-containers/packaging.git
$ cd packaging/kata-deploy
$ kubectl apply -f kata-rbac.yaml
$ kubectl apply -f kata-deploy.yaml
$ kubectl apply -f kata-deploy/base/kata-rbac.yaml
$ kubectl apply -f kata-rbac/base/kata-deploy.yaml
```

This installs the Kata Containers components into `/opt/kata` inside the Minikube node. It can take
Expand Down

0 comments on commit cae265e

Please # to comment.