- 
                Notifications
    
You must be signed in to change notification settings  - Fork 268
 
Description
Hello, if we check the artifacthub.io/opensearch for updateStrategy we see following description:
The for the StatefulSet. By default Kubernetes will wait for the cluster to be green after upgrading each pod. Setting this to OnDelete will allow you to manually delete each pod during upgrades
according to this by default when we upgrade OpenSearch cluster and if update strategy set as "RollingUpdate" then pods will not be removed until cluster state is green. I think this statement could be wrong because how would Kubernetes check this? and this green status check is crucial during upgrades as following document describes
https://docs.opensearch.org/docs/latest/install-and-configure/upgrade-opensearch/rolling-upgrade/
As of now does opensearch chart support rolling upgrade as it described in official documentation?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status