Skip to content

[BUG][opensearch] waiting for green status during updateStrategy: RollingUpdate #679

@whitepiratebaku

Description

@whitepiratebaku

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions