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