mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
rbd: expose csi metrics of sidecars
Expose csi metrics of sidecars deployed by rbd driver Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
dfd8550667
commit
209240de91
@ -249,6 +249,11 @@ provisioner:
|
||||
tag: v5.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
args:
|
||||
# # httpEndpointPort specifies the http server port for
|
||||
# # diagnostics, health checks and metrics.
|
||||
# # Uncomment below line to enable the `http-endpoint` arg for sidecar
|
||||
# httpEndpointPort: 8090
|
||||
## For further options, check
|
||||
## https://github.com/kubernetes-csi/external-provisioner#command-line-options
|
||||
extraArgs: []
|
||||
@ -264,6 +269,11 @@ provisioner:
|
||||
tag: v4.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
args:
|
||||
# # httpEndpointPort specifies the http server port for
|
||||
# # diagnostics, health checks and metrics.
|
||||
# # Uncomment below line to enable the `http-endpoint` arg for sidecar
|
||||
# httpEndpointPort: 8093
|
||||
## For further options, check
|
||||
## https://github.com/kubernetes-csi/external-attacher#command-line-options
|
||||
extraArgs: []
|
||||
@ -276,6 +286,11 @@ provisioner:
|
||||
tag: v1.11.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
args:
|
||||
# # httpEndpointPort specifies the http server port for
|
||||
# # diagnostics, health checks and metrics.
|
||||
# # Uncomment below line to enable the `http-endpoint` arg for sidecar
|
||||
# httpEndpointPort: 8091
|
||||
## For further options, check
|
||||
## https://github.com/kubernetes-csi/external-resizer#recommended-optional-arguments
|
||||
extraArgs: []
|
||||
@ -286,13 +301,16 @@ provisioner:
|
||||
tag: v8.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
## For further options, check
|
||||
## https://github.com/kubernetes-csi/external-snapshotter#csi-external-snapshotter-sidecar-command-line-options
|
||||
extraArgs: []
|
||||
|
||||
args:
|
||||
# enableVolumeGroupSnapshots enables support for volume group snapshots
|
||||
enableVolumeGroupSnapshots: false
|
||||
# httpEndpointPort specifies the http server port for
|
||||
# diagnostics, health checks and metrics.
|
||||
# Uncomment below line to enable the `http-endpoint` arg for sidecar
|
||||
# httpEndpointPort: 8092
|
||||
## For further options, check
|
||||
## https://github.com/kubernetes-csi/external-snapshotter#csi-external-snapshotter-sidecar-command-line-options
|
||||
extraArgs: []
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
Reference in New Issue
Block a user