Skip to content

Commit

Permalink
fix: disable ceph exporter managed by rook operator (#1896)
Browse files Browse the repository at this point in the history
Currently we are using external ceph cluster, so ceph exporter service managed by rook operator is useless to collect k8s ceph metrics.

Reviewed-by: Mohammed Naser <[email protected]>
  • Loading branch information
yaguangtang authored Sep 24, 2024
1 parent 200f09e commit 75bfc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/rook_ceph_cluster/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ _rook_ceph_cluster_spec:
image: "{{ atmosphere_images['ceph'] | vexxhost.kubernetes.docker_image('ref') }}"
external:
enable: true
# NOTE(yaguang): As we are using external ceph cluster, so we can safely disable
# rook operator monitoring related metrics collection.
monitoring:
metricsDisabled: true

_rook_ceph_cluster_radosgw_spec:
preservePoolsOnDelete: true
Expand Down

0 comments on commit 75bfc0d

Please sign in to comment.