Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.25 KB

File metadata and controls

33 lines (28 loc) · 1.25 KB

Fully Restart of Shuffle Servers

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.