tree: 7233705f19adc790c16fc207bc384b9ccb192ac1 [path history] [tgz]
  1. README.md
  2. rss-full-restart.yaml
deploy/kubernetes/operator/examples/full-restart/README.md

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.