File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
monitoring/kube-prometheus-stack/app Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ kube-state-metrics:
1212 relabelings :
1313 - action : replace
1414 sourceLabels : ["__meta_kubernetes_pod_node_name"]
15- regex : ^ (.*)$
15+ regex : (.*)
1616 replacement : $1
1717 targetLabel : kubernetes_node
1818 rbac :
Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ Run `task ceph:teardown`
6969
7070## Troubleshooting
7171
72+ ### Ceph reports no orchestrator configured
73+
74+ > run the following commands against the ceph-toolbox pod
75+
76+ ``` sh
77+ ceph mgr module enable rook && ceph orch set backend rook && ceph orch status
78+ ```
79+
7280### Dashboard not accessible thru ingress
7381
7482> run the following commands against the ceph-toolbox pod
Original file line number Diff line number Diff line change 7171 [global]
7272 bdev_enable_discard = true
7373 bdev_async_discard = true
74-
74+ osd_class_update_on_start = false
7575 cephClusterSpec :
7676 crashCollector :
7777 disable : false
8686 ssl : false
8787 network :
8888 provider : host
89+ placement :
90+ mgr : &placement
91+ nodeAffinity :
92+ requiredDuringSchedulingIgnoredDuringExecution :
93+ nodeSelectorTerms :
94+ - matchExpressions :
95+ - key : node-role.kubernetes.io/control-plane
96+ operator : Exists
97+ mon : *placement
8998 storage :
9099 useAllNodes : false
91100 useAllDevices : false
Original file line number Diff line number Diff line change 4848 operator : Exists
4949
5050 csi :
51+ enableLiveness : true
52+ serviceMonitor :
53+ enabled : true
5154 # enableRbdDriver: true
5255 # enableCephfsDriver: true
5356 # enableGrpcMetrics: false
You can’t perform that action at this time.
0 commit comments