The pods deployed by the chart use the default terminationGracePeriodSeconds of 30 seconds. This can be too little time to successfully move the data of loaded collections from terminating nodes to new ones on upgrade.
We would like this to be configurable through the values to avoid service interruptions when upgrading to a new version of Milvus.
I've opened a PR to add this: #262. Would you kindly review it?
The pods deployed by the chart use the default
terminationGracePeriodSecondsof 30 seconds. This can be too little time to successfully move the data of loaded collections from terminating nodes to new ones on upgrade.We would like this to be configurable through the values to avoid service interruptions when upgrading to a new version of Milvus.
I've opened a PR to add this: #262. Would you kindly review it?