You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And if I changed in values.yaml
replicas: 2 -> 3
I get running master-2, but master-1 is terminated and after master-1 is ready again, master-0 gets terminated
opensearch-cluster-master-0 1/1 Running 0 15m
opensearch-cluster-master-1 1/1 Terminating 0 18m
opensearch-cluster-master-2 1/1 Running 0 36s
To Reproduce
Installed chart as subchart and added this to my values.yaml
I tried kubectl scale and it worked as expected (scape up, only adding pod-2. scale down, only terminating pod-2).
While if I scale via helm chart.
pod-0 and pod-1 are alive and healty.
scale up to 3
pod-2 init and when it becomes healty, pod-1 is terminated and recreated. When pod-1 is healhty, same goes for pod-0
Describe the bug
At the moment I have 2 replicas
And if I changed in values.yaml
replicas: 2 -> 3
I get running master-2, but master-1 is terminated and after master-1 is ready again, master-0 gets terminated
opensearch-cluster-master-0 1/1 Running 0 15m
opensearch-cluster-master-1 1/1 Terminating 0 18m
opensearch-cluster-master-2 1/1 Running 0 36s
To Reproduce
Installed chart as subchart and added this to my values.yaml
Expected behavior
Not terminating existing masters
Host/Environment (please complete the following information):
Additional logs:
opensearch-master-0.log
The text was updated successfully, but these errors were encountered: