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

Fully Upgrade of Shuffle Servers

If we want to upgrade shuffle servers in full, we first need to update the configuration files in the configMap.

Then, we need to edit the rss object as follows:

  • update .spec.shuffleServer.image with new image version of shuffle server
  • set .spec.shuffleServer.sync field to true
  • update .spec.shuffleServer.upgradeStrategy field:
    • set .spec.shuffleServer.upgradeStrategy.type to be FullUpgrade
spec:
  shuffleServer:
    image: "${rss-shuffle-server-image}"
    sync: true
    upgradeStrategy:
      type: "FullUpgrade"

We can refer to the example.