Sebastian Woehrl
Sebastian Woehrl
Just two pitch in with my 2 cents: As far as I can tell both the busybox image and the opensearch image supply both architectures: ```bash $ docker manifest inspect...
Hi @wesleyjconnorsesame . What did you do to migrate to a new nodepool? What should work (without having tested it): * Add a new nodepool to the cluster * Wait...
> I did not have the smartScaler applied, I see it referenced [here](https://github.com/Opster/opensearch-k8s-operator/blob/master/opensearch-operator/examples/opensearch-cluster.yaml#L25) but not any docs for it Good point. We need to improve the docs for that. >...
@wesleyjconnorsesame. In regards to Downsizing not happening with enabled smartscaler: This is likely the same cause as in #227, PR is on the way. @jinchengsix: I think I understand now...
> `podManagementPolicy` field is immutable after statefulset is created. Right, sorry, didn't think of this. @ahmedrshdy > The terminated node is re-provisioned as expected but stuck in unready state. I...
@ahmedrshdy ```yaml apiVersion: opensearch.opster.io/v1 kind: OpenSearchCluster metadata: name: my-cluster namespace: default spec: general: version: 2.2.1 httpPort: 9200 vendor: opensearch serviceName: my-cluster dashboards: version: 2.2.1 enable: true replicas: 1 resources: requests:...
Hi @max-frank. You raise an interesting situation. The securityconfig is needed initially to configure the user the operator then uses to provision any other users. But changing the securityconfig overwrites...
Hi @gk-mevers. `updateStrategy` is set to `OnDelete` to allow the operator to execute rolling restarts and upgrades in a controlled fashion. This allows the operator to do node drains before...
Hi @ghiya-arpit. I'm not the most knowledgable in regards to the upgrade component of the operator, but this looks like the operator is still waiting for the data nodes to...
@ghiya-arpit One more thing: Can you try while also changing the role from "master" to "cluster_manager" during the upgrade?