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
Starting Kubernetes 1.16, the new startup probe is introduced.
The shopping-cart sample should use that to have relaxed settings during startup and, then, use more strict values for failureThreshold in the livenessProbe.
Starting Kubernetes 1.16, the new startup probe is introduced.
The shopping-cart sample should use that to have relaxed settings during startup and, then, use more strict values for
failureThresholdin thelivenessProbe.