From b29c79a6cbe55a1ff2b529a8722f1869f8253bb5 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 25 Feb 2025 22:19:37 -0500 Subject: [PATCH] change default for now --- .../rook-ceph/storage/block/rook-ceph-block-storageclass.yaml | 2 ++ .../storage/object/rook-ceph-object-storageclass.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/system-apps/rook-ceph/storage/block/rook-ceph-block-storageclass.yaml b/system-apps/rook-ceph/storage/block/rook-ceph-block-storageclass.yaml index 75ffcbd..c878c8a 100644 --- a/system-apps/rook-ceph/storage/block/rook-ceph-block-storageclass.yaml +++ b/system-apps/rook-ceph/storage/block/rook-ceph-block-storageclass.yaml @@ -2,6 +2,8 @@ apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: rook-ceph-block + annotations: + storageclass.kubernetes.io/is-default-class: "true" provisioner: rook-ceph.rbd.csi.ceph.com parameters: clusterID: rook-ceph diff --git a/system-apps/rook-ceph/storage/object/rook-ceph-object-storageclass.yaml b/system-apps/rook-ceph/storage/object/rook-ceph-object-storageclass.yaml index 414c9ad..856821b 100644 --- a/system-apps/rook-ceph/storage/object/rook-ceph-object-storageclass.yaml +++ b/system-apps/rook-ceph/storage/object/rook-ceph-object-storageclass.yaml @@ -2,8 +2,8 @@ apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: rook-ceph-bucket - annotations: - storageclass.kubernetes.io/is-default-class: "true" + #annotations: + # storageclass.kubernetes.io/is-default-class: "true" # Change "rook-ceph" provisioner prefix to match the operator namespace if needed provisioner: rook-ceph.ceph.rook.io/bucket reclaimPolicy: Delete