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 logstash resource lacks a maxSurge field in updateStrategy, having this option would allow for rolling updates in which an updated logstash pod can be deployed without interrupting pipeline availability if when appropriate (maxUnavailable: 0, maxSurge: 1).