Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.