Provisioning job failing due to sleep timeout not being sufficient enough for minio cluster to be operational upon "mc admin service restart" command in provisioning job #30597
Labels
minio
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
14.8.5
What architecture are you using?
amd64
What steps will reproduce the bug?
Deploy Minio Helm chart version 14.8.5
Provisioning job fails since the data drives are not up
Screenshot 2024-11-22 at 10.41.00 AM.png
Based on the above upstream change to address the race condition in helm chart we have 5 sec sleep but based on the observation our environment it took more time forit to stabilize (approximately 3 mins … see prometheus graph)
Are you using any custom parameters or values?
What is the expected behavior?
The expected behavior is that the provisioning job should not fail.
Since sleep 5 is not enough, this should be parameterized and should be available as an option to be provided as a
values.yaml
What do you see instead?
Additional information
https://github.com/bitnami/charts/blob/main/bitnami/minio/templates/provisioning-job.yaml#L149
Should be parameterized to be using a value in values.yaml
The text was updated successfully, but these errors were encountered: