From 8c17c4b47c223171dedb21a32686ef22340d8eae Mon Sep 17 00:00:00 2001 From: CraigSterrett Date: Thu, 26 Mar 2020 10:25:13 -0700 Subject: [PATCH] removed v0.8.3 of rook (#314) Rook v0.8.3 was found to be not working and is too old to continue supporting. Signed-off-by: Craig Sterrett --- .../7-rook/overlays/v0.8.3/kustomization.yaml | 7 ------- .../7-rook/overlays/v0.8.3/patch_operator.yaml | 13 ------------- 2 files changed, 20 deletions(-) delete mode 100644 clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml delete mode 100644 clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml diff --git a/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml b/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml deleted file mode 100644 index 912704e..0000000 --- a/clr-k8s-examples/7-rook/overlays/v0.8.3/kustomization.yaml +++ /dev/null @@ -1,7 +0,0 @@ -resources: - - rook/cluster/examples/kubernetes/ceph/operator.yaml - - rook/cluster/examples/kubernetes/ceph/cluster.yaml - - rook/cluster/examples/kubernetes/ceph/storageclass.yaml - -patchesStrategicMerge: - - patch_operator.yaml \ No newline at end of file diff --git a/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml b/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml deleted file mode 100644 index 4e949ed..0000000 --- a/clr-k8s-examples/7-rook/overlays/v0.8.3/patch_operator.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# operator -apiVersion: apps/v1 -kind: Deployment -metadata: - name: rook-ceph-operator -spec: - template: - spec: - containers: - - name: rook-ceph-operator - env: - - name: FLEXVOLUME_DIR_PATH - value: "/var/lib/kubelet/volume-plugins" \ No newline at end of file