kata-deploy: reorganize files to support kustomize

Signed-off-by: Brandon Wilson <brandon@coil.com>
This commit is contained in:
Brandon Wilson 2019-11-26 21:10:05 -06:00
parent 0b3f5c7570
commit 380bd9257b
No known key found for this signature in database
GPG Key ID: 63D308951E83ECF9
7 changed files with 8 additions and 2 deletions

View File

@ -71,8 +71,8 @@ After completing, the original `daemon.json`, if it existed, is restored and all
### Install Kata on a running Kubernetes cluster ### Install Kata on a running Kubernetes cluster
```sh ```sh
$ kubectl apply -f kata-rbac.yaml $ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/kata-rbac/base/kata-rbac.yaml
$ kubectl apply -f kata-deploy.yaml $ kubectl apply -f https://raw.githubusercontent.com/kata-containers/packaging/master/kata-deploy/kata-deploy/base/kata-deploy.yaml
``` ```
### Run a sample workload ### Run a sample workload

View File

@ -0,0 +1,2 @@
resources:
- kata-cleanup.yaml

View File

@ -0,0 +1,2 @@
resources:
- kata-deploy.yaml

View File

@ -0,0 +1,2 @@
resources:
- kata-rbac.yaml