Anish Nagaraj:
Hi all, Have any of you found an example for RollingUpdate, maxSurge, maxUnavailable on http://kubernetes.io|kubernetes.io documentation. Something like following:
replicas: 3
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0