You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with the current chown script is that in a Kubernetes environment it will fail once the pod has spent too much time according to how much time the readiness probe is configured.
We should allow disabling this script in order to convert it to an initContainer because an initContainer won't be controlled by a readiness probe. It will take as much time as it wants.
The text was updated successfully, but these errors were encountered:
The issue with the current chown script is that in a Kubernetes environment it will fail once the pod has spent too much time according to how much time the readiness probe is configured.
https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x/web/src/docker/docker-entrypoint.d/00-adjust-perms
We should allow disabling this script in order to convert it to an initContainer because an initContainer won't be controlled by a readiness probe. It will take as much time as it wants.
The text was updated successfully, but these errors were encountered: