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
When I install helm chart in my cluster, collector pod can start and stay in CrashLoopBackOff state .
After investigation, periodSeconds in livenessProbe section is too short and is not editable from chart values, so I have to manually edit the deployment to increase this value.
@Ra-Amine, thanks for submitting this request. This request sounds reasonable. Would you like to contribute to the project by adding that support to the chart?
Do you have a particularly large cluster? Which version are you using right now?
What do you think about a structure like this in the values.yaml?
@Ra-Amine, thanks for submitting this request. This request sounds reasonable. Would you like to contribute to the project by adding that support to the chart?
Do you have a particularly large cluster? Which version are you using right now?
What do you think about a structure like this in the values.yaml?
Hello,
When I install helm chart in my cluster, collector pod can start and stay in CrashLoopBackOff state .
After investigation, periodSeconds in livenessProbe section is too short and is not editable from chart values, so I have to manually edit the deployment to increase this value.
Defaults values:
Is it possible to add the possibility to control the livenessProbe and readinessProbe from the values of the helm charts?
Best regards
The text was updated successfully, but these errors were encountered: