fs
This commit is contained in:
@ -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-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
|
helm upgrade -i ceph-csi-rbd ceph/ceph-csi-fs -n ceph-csi --dry-run
|
||||||
|
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ provisioner:
|
|||||||
httpMetrics:
|
httpMetrics:
|
||||||
# Metrics only available for cephcsi/cephcsi => 1.2.0
|
# Metrics only available for cephcsi/cephcsi => 1.2.0
|
||||||
# Specifies whether http metrics should be exposed
|
# Specifies whether http metrics should be exposed
|
||||||
enabled: true
|
enabled: false
|
||||||
# The port of the container to expose the metrics
|
# The port of the container to expose the metrics
|
||||||
containerPort: 8081
|
containerPort: 8081
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user