forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 36
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
No secrets found in helm-toolkit during "make" and ceph-mon pod is going in "CrashLoopBackOff" #74
Comments
I happend to same issue. But do not know how to fix it. I have already tried to clean the "/etc/ceph" and "/var/lib/ceph-helm". But it's still not work. |
I think I am hitting this too. Is it related to missing keyring secrets at least on the device pod?
at the bottom:
|
looks like the device pods have to use a real device on your disk per the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a request for help?:
Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
What happened:
I am trying to install Ceph using helm charts in k8s cluster and followed this document http://docs.ceph.com/docs/master/start/kube-helm/ and facing this 2 major issues
If we run "make" it shows no secrets found in helm-toolkit
After installing step i.e.
ceph-mon pod is going in "CrashLoopBackOff" state
What you expected to happen:
We want ceph-mon pod in running condition so that we can create secrets and keyrings as without ceph-mon in running state we can't create secrets. Please do let me know if I am miss anything.
Anything else we need to know:
The text was updated successfully, but these errors were encountered: