...
The 2.7.3 version upgrade is a two step process.
Set
pinot.server.realtime.replicaCount
to 0. Keep note of the original value of this field because we will set it back to that value in step 4.Run helm upgrade as usual.
Make sure all pods and jobs have finished successfully.
Set
pinot.server.realtime.replicaCount
back to its original value in the values.yaml file.Either run helm upgrade again.
Alternatively, you could runkubectl scale sts pinot-server-realtime --replicas=N
...