I did't find a good template for rollingUpdate 😮 I can't remember all . . .

Edith Puclla:
I did’t find a good template for rollingUpdate :open_mouth:
I can’t remember all these fields.
Did you use this? https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/#creating-a-daemonset-with-rollingupdate-update-strategy

Poorni:
i used this only for below.

updateStrategy:
    type: RollingUpdate
    rollingUpdate:
      maxUnavailable: 1

rest of deployment strategy used https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

Tanumoy Ghosh:
maxSurge is also applicable in parallel to maxUnavailable which I used to find in few practice sets