I am unable to see any service on 8443 for the ceph dashboard:
kubectl -n rook-ceph get service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
csi-rbdplugin-metrics ClusterIP 192.168.19.155 <none> 8080/TCP,8081/TCP 43m
csi-cephfsplugin-metrics ClusterIP 192.168.19.182 <none> 8080/TCP,8081/TCP 43m
I see that the metrics for the csi are up, but not the dashboard. It's configured via helm to be enabled:
crashCollector:
disable: false
dashboard:
enabled: true
ssl: true
Cluster:
k get deployment -n rook-ceph
NAME READY UP-TO-DATE AVAILABLE AGE
rook-ceph-operator 1/1 1 1 62m
csi-rbdplugin-provisioner 1/2 2 1 47m
csi-cephfsplugin-provisioner 1/2 2 1 47m
k get pod -n rook-ceph
NAME READY STATUS RESTARTS AGE
rook-ceph-operator-67bf55bc8b-86phn 1/1 Running 0 52m
csi-rbdplugin-pfhss 3/3 Running 0 48m
csi-cephfsplugin-tpxcz 3/3 Running 0 48m
csi-cephfsplugin-provisioner-78b65cd454-qbkn8 6/6 Running 0 48m
csi-rbdplugin-provisioner-569f64b6fd-lfvfd 6/6 Running 0 48m
Kernel Version: 5.4.41
OS Image: Unknown
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.4.4-k3s2
Kubelet Version: v1.21.2+k3s1
Kube-Proxy Version: v1.21.2+k3s1
Any help on this would be great appreciated!