-
Notifications
You must be signed in to change notification settings - Fork 31
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
PostStartHook in container "metad" and "storaged" failed #544
Comments
Thanks for the report. Will try to reproduce this in house today. |
@aleksrosz cc. @wenhaocs I was unable to reproduce the issue in house with the nebula cluster configs given above. Could you please send your metad, graphd, storaged and operator logs following the instructions below so I can look into this further? Thanks. Metad, Graphd, Storaged logs:
Operator log:
|
oc logs nebula-cluster-metad-0
` oc logs nebula-cluster-storaged-0
I don't see any object for graphd. When I do: In status I see empty field for Graphd: |
I think it is this kind of problem https://www.thorsten-hans.com/read-only-filesystems-in-docker-and-kubernetes/ |
@aleksrosz Got it, will look into this. Not seeing graphd is normal since it will not be created if metad is not healthy. |
@aleksrosz I looked into the link you sent, but I don't think It's due to a readonly filesystem since we don't add the "readOnlyRootFileSystem: true" flag when starting the pods for these services. May I have the output of |
Sorry that it took me so long.
|
@aleksrosz Sorry, just saw your message. Will take a look and get back to you. |
related issue: vesoft-inc/nebula#6001 |
Describe the bug (required)
returns exit code 1. There is no more logs.
What I changed from default config is additional securityContext required by my environment. I can't run app as root.
runAsNonRoot: true
allowPrivilegeEscalation: false
Helm chart doesn't properly install nebula cluster.
Your Environments (required)
Server Version: 4.16.4
Kubernetes Version: v1.29.6+aba1e8d
237685f
How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
PostStartHook in container "metad" and "storaged" should return exit code 0. Cu
Additional context
The text was updated successfully, but these errors were encountered: