Downsize Elastic Cluster

We have a 6 node elastic cluster on bare metal that was installed by way of helm 7.10.0
We are looking to downsize the cluster from 6 nodes to 3. The 3 that are being decommissioned have the master pods on them along with data pods.
Are these steps sufficient in moving those pods off those nodes and having them rescheduled on the 3 nodes that are schedulable?
Are there any steps needed for the pv's | shards etc?

  1. cluster.routing.allocation.enable" : "all"
  2. Taint the nodes noschedule (nodes being decommissioned)
  3. Rolling restart of master statefulset
  4. Rolling restart of data statefulset
    Thoughts??
    Thanks so much

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.