Michi
Michi
Chiming in one year later. Is there a fix to this? I have tried several settings, the only thing working was to put the credentials in the URL and ignore...
I just tried increasing from 3 to 4 masters, and it worked. ``` 2022-08-19T08:42:07,177][INFO ][o.o.c.s.ClusterApplierService] [testos2-masters-3] master node changed {previous [], current [{testos2-masters-0}{XG6XWKeBQ76eCKVXcu9r4w}{NTmNue6dTsGJuiogVsDcHw}{testos2-masters-0}{10.92.4.209:9300}{dm}{shard_indexing_pressure_enabled=true}]}, added {{testos2-masters-2}{H7E9eVHWQHGIQyIPahCxfA}{QTZ0QJyuSCm1OlNuQR3uXQ}{testos2-masters-2}{10.92.0.69:9300}{dm}{shard_indexing_pressure_enabled=true},{testos2-masters-1}{tGEMPaRkSbG7VVnGdy22SQ}{1_ZtUToGTXyYJ1jmMc2Ihw}{testos2-masters-1}{10.92.5.26:9300}{dm}{shard_indexing_pressure_enabled=true},{testos2-masters-0}{XG6XWKeBQ76eCKVXcu9r4w}{NTmNue6dTsGJuiogVsDcHw}{testos2-masters-0}{10.92.4.209:9300}{dm}{shard_indexing_pressure_enabled=true}}, term: 3, version: 42, reason:...
inversely, can it be possible to decrease the number of nodes? I tried applying a decreased number of nodes, but the statefulset is not updated, thus kubernetes will not reduce...
I tried scaling down. TL;DR: yes I'm scaling down from 3 to 2 master/data nodes. The statefulset also does not reflect my wishes and commands ``` NAME READY AGE opensearch-masters...
nice, thanks!
you need to change the versions in [L8](https://github.com/Opster/opensearch-k8s-operator/blob/main/opensearch-operator/examples/opensearch-cluster.yaml#L8) and [L14](https://github.com/Opster/opensearch-k8s-operator/blob/main/opensearch-operator/examples/opensearch-cluster.yaml#L14) to ` version: 2.2.0` and then check these [instructions](https://github.com/Opster/opensearch-k8s-operator/issues/211#issuecomment-1198067248) These should be added to the documentation.
I first deployed a cluster it like you posted, by using the files from the issue I linked, it is currently running. I just tried to deploy a new one...
strangely enough I now get a permissions error now, I have tried with another version `2.1.0` instead of `2.2.0`. And also removed `pluginsList`. The errors are stating that the permissions...
I'm running opensearch-operator 2.0.4 tries removing the operator and applying it again as well. I destroyed the properly running cluster and tried recreating that, it also failed. Currently I am...
I got it working! Current Versions: - Helm Chart 2.0.3 - Opensearch 2.2.0 - K8s v1.23.7-gke.1400 Steps: - Use minimal OpenSearchCluster manifest for Version 1.3.2 - Once cluster is running...