Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rook ceph exporter init failed with secret "rook-ceph-exporter-keyring" not found #1302

Open
ricolin opened this issue Jun 4, 2024 · 1 comment

Comments

@ricolin
Copy link
Member

ricolin commented Jun 4, 2024

root@instance:/home/ubuntu# kubectl -n openstack describe pod rook-ceph-exporter-instance-54df8dfc9b-2v996
Events:
  Type     Reason       Age                  From     Message
  ----     ------       ----                 ----     -------
  Warning  FailedMount  42s (x869 over 29h)  kubelet  MountVolume.SetUp failed for volume "rook-ceph-exporter-keyring" : secret "rook-ceph-exporter-keyring" not found

This is due to missing secret like reported on rook/rook#14275
This issue affect rook-ceph > 1.13.0 as rook/rook#13239 introduced separate keyring for exporter but somehow didn't actually create exporter keyrings out

@parth-gr
Copy link

parth-gr commented Jul 8, 2024

Seems like you havent create the external cephcluster CR https://github.com/rook/rook/blob/master/deploy/examples/external/cluster-external.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants