mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
feat(kustomize): adding deployment via kustomize (#231)
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
00d3fc134e
commit
f386bfc4ce
3 changed files with 13 additions and 0 deletions
|
|
@ -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
|
$ 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 :
|
Verify that the ZFS driver Components are installed and running using below command :
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
1
changelogs/unreleased/231-pawanpraka1
Normal file
1
changelogs/unreleased/231-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
adding deployment yaml via kustomize
|
||||||
10
deploy/yamls/kustomize.yaml
Normal file
10
deploy/yamls/kustomize.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
images:
|
||||||
|
- name: quay.io/openebs/zfs-driver
|
||||||
|
newTag: ci
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- zfsvolume-crd.yaml
|
||||||
|
- zfssnapshot-crd.yaml
|
||||||
|
- zfsbackup-crd.yaml
|
||||||
|
- zfsrestore-crd.yaml
|
||||||
|
- zfs-driver.yaml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue