Closed carlosedp closed 7 years ago
Hmm, that's strange. Will try to reproduce on a fresh cluster, hang on...
I'm actually deploying a new cluster here. Let me try it again and I report back. I found it too strange as well.
Another thing is that the secret is not called "rook-rbd-user". Rook creates it as rook-rook-user. Maybe the README needs an update.
Yep, not worked here. I've followed the pre-reqs (installed the Ceph docker image) but same error.
Ok, so now I've fixed it
Turned out Rook renamed their Secret from rook-rbd-secret
to rook-rook-secret
, updated the instructions.
Thanks for the bug report!
Even after the fix, I still got problems related to the PVC being not bound.
I fixed by adding " storageClassName: rook-block" into the PVC "spec:" block.
@carlosedp Did you remember to execute this command?
kubectl patch storageclass rook-block -p '{"metadata":{"annotations": {"storageclass.kubernetes.io/is-default-class": "true"}}}'
@luxas Yes, I did. I have redeployed Rook and wanted to test this.
After I deploy dependencies of the Persistent Volumes, I get the following errors. The pods are in Pending state. This happens to Influx-Grafana and Prometheus: