From e741f4bff40b558c680ed9914f72212f49853bc1 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Tue, 11 Jan 2022 13:54:54 +0800 Subject: [PATCH] fs --- ceph/README.md | 2 ++ local-values/ceph/fs.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph/README.md b/ceph/README.md index 953a5ac..a8ce01d 100644 --- a/ceph/README.md +++ b/ceph/README.md @@ -19,6 +19,8 @@ kubectl apply -k ceph/external-snapshotter/crd/ helm upgrade -i ceph-csi-rbd ceph/ceph-csi-rbd --values local-values/ceph/rbd.yaml -n ceph-csi +helm upgrade -i ceph-csi-cephfs ceph/ceph-csi-cephfs --values local-values/ceph/fs.yaml -n ceph-csi + helm upgrade -i ceph-csi-rbd ceph/ceph-csi-fs -n ceph-csi --dry-run diff --git a/local-values/ceph/fs.yaml b/local-values/ceph/fs.yaml index ee33068..8e27b1e 100644 --- a/local-values/ceph/fs.yaml +++ b/local-values/ceph/fs.yaml @@ -125,7 +125,7 @@ provisioner: httpMetrics: # Metrics only available for cephcsi/cephcsi => 1.2.0 # Specifies whether http metrics should be exposed - enabled: true + enabled: false # The port of the container to expose the metrics containerPort: 8081