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 efs-plugin is frequently failing it's liveness probe on startup. I believe the current configuration in the helm chart is set to check too frequently (period: 2)
it would be simple to change this to allow configuration via helm values. to keep it in line with the existing healthPort I would propose adding the following to the controller and node sections.
logs generally look like this. a bit tough to determine exactly what's happening here, my initial thought was looking at raising the initialdelay which brought me here.
the efs-plugin is frequently failing it's liveness probe on startup. I believe the current configuration in the helm chart is set to check too frequently (period: 2)
it would be simple to change this to allow configuration via helm values. to keep it in line with the existing
healthPort
I would propose adding the following to the controller and node sections.I can raise a PR.
The text was updated successfully, but these errors were encountered: