Authors: Ravi Gudimetla (Apple), Filip Křepinský
(Red Hat), Maciej Szulik (Red Hat) This blog describes the two
features namely minReadySeconds for StatefulSets and
maxSurge for DaemonSets that SIG Apps is happy to
graduate to stable in Kubernetes 1.25. Specifying
minReadySeconds slows down a rollout of a StatefulSet,
when using a RollingUpdate value in
.spec.updateStrategy field, by waiting for each pod
for a desired time.This time can be used for initializing the pod
(e.g.warming up the cache)