-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing secret-key
config value validation
#137
Comments
@orfeas-k I just spent a few hours having to debug this with trial-and-error, because |
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6057.
|
Hey @ShrishtiKarkera, I think this should be due to not having backported this fix. I 'll check with the team and get back to you. |
It is not clear from the charm docs that the secret-key needs to be at least 8 char long
It is also not very verbose from Juju POV what is actually happening on the charm
Ideally I would expect to have some config value validation on the charm to set it maybe on blocked state but avoid having the actual service down
Reproduce
Logs
I cannot access MinIO website
$ microk8s.kubectl get pods -n kubeflow | grep minio minio-operator-0 1/1 Running 0 40d mlflow-minio-operator-0 1/1 Running 0 67m mlflow-minio-0 1/1 Running 0 66m minio-0 0/1 CrashLoopBackOff 5 (105s ago) 6m24s
The text was updated successfully, but these errors were encountered: