If we want to restart shuffle server pods in full, we need to set .spec.shuffleServer.sync
field to true
, and
update .spec.shuffleServer.upgradeStrategy.type
field to be FullRestart
.
spec:
shuffleServer:
sync: true
upgradeStrategy:
type: "FullRestart"
Unlike full upgrade, full restart does not require configuration and image modification.
We can refer to the example.