feat(kustomize): adding deployment via kustomize (#231)

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan Prakash Sharma 2020-10-31 10:06:22 +05:30 committed by GitHub
parent 00d3fc134e
commit f386bfc4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -92,6 +92,8 @@ We can install the latest release of OpenEBS ZFS driver by running the following
$ kubectl apply -f https://openebs.github.io/charts/zfs-operator.yaml
```
We can also install it via kustomize using `kubectl apply -k deploy/yamls`, check the [kustomize yaml](deploy/yamls/kustomize.yaml)
Verify that the ZFS driver Components are installed and running using below command :
```