We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed helm chart however its not success.
helm install stackstorm-k8s-ha .\stackstorm-ha-0.110.0.tgz --namespace=myspace
Depended pods are failing to install due these pods are non-root and hence doesn't have access to directories.
CrashLoopBackOff: back-off 5m0s restarting failed container=mongodb pod=stackstorm-k8s-ha-mongodb-0_myspace(dfd854f4-05ac-4ce7-be9e-1694f3ac7fb0)
Advertised Hostname: stackstorm-k8s-ha-mongodb-0.stackstorm-k8s-ha-mongodb-headless.myspace.svc.cluster.local Pod name matches initial primary pod name, configuring node as a primary mongodb 14:55:30.95 mongodb 14:55:31.00 Welcome to the Bitnami mongodb container mongodb 14:55:31.00 Subscribe to project updates by watching https://github.com/bitnami/containers mongodb 14:55:31.00 Submit issues and feature requests at https://github.com/bitnami/containers/issues mongodb 14:55:31.01 mongodb 14:55:31.01 INFO ==> ** Starting MongoDB setup ** mongodb 14:55:31.03 INFO ==> Validating settings in MONGODB_* env vars... mkdir: cannot create directory '/bitnami/mongodb': Permission denied
Anyone able to fix this issue, can someone help me how to proceed with this and what changes are needed in charts.
The text was updated successfully, but these errors were encountered:
Looks like a dependency chart has a reported ticket here. Have you found this to be helping? bitnami/charts#10354
Sorry, something went wrong.
No branches or pull requests
Installed helm chart however its not success.
helm install stackstorm-k8s-ha .\stackstorm-ha-0.110.0.tgz --namespace=myspace
Depended pods are failing to install due these pods are non-root and hence doesn't have access to directories.
example mongodb pod status:
CrashLoopBackOff: back-off 5m0s restarting failed container=mongodb pod=stackstorm-k8s-ha-mongodb-0_myspace(dfd854f4-05ac-4ce7-be9e-1694f3ac7fb0)
pod logs:
Advertised Hostname: stackstorm-k8s-ha-mongodb-0.stackstorm-k8s-ha-mongodb-headless.myspace.svc.cluster.local
Pod name matches initial primary pod name, configuring node as a primary
mongodb 14:55:30.95
mongodb 14:55:31.00 Welcome to the Bitnami mongodb container
mongodb 14:55:31.00 Subscribe to project updates by watching https://github.com/bitnami/containers
mongodb 14:55:31.00 Submit issues and feature requests at https://github.com/bitnami/containers/issues
mongodb 14:55:31.01
mongodb 14:55:31.01 INFO ==> ** Starting MongoDB setup **
mongodb 14:55:31.03 INFO ==> Validating settings in MONGODB_* env vars...
mkdir: cannot create directory '/bitnami/mongodb': Permission denied
Anyone able to fix this issue, can someone help me how to proceed with this and what changes are needed in charts.
The text was updated successfully, but these errors were encountered: