diff --git a/README.md b/README.md index 7f83efd12..0297f768a 100644 --- a/README.md +++ b/README.md @@ -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 : ``` diff --git a/changelogs/unreleased/231-pawanpraka1 b/changelogs/unreleased/231-pawanpraka1 new file mode 100644 index 000000000..66340a67b --- /dev/null +++ b/changelogs/unreleased/231-pawanpraka1 @@ -0,0 +1 @@ +adding deployment yaml via kustomize diff --git a/deploy/yamls/kustomize.yaml b/deploy/yamls/kustomize.yaml new file mode 100644 index 000000000..1c0f54ea3 --- /dev/null +++ b/deploy/yamls/kustomize.yaml @@ -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