Sebastian Woehrl
Sebastian Woehrl
Hi @Leen15 . Thank you for the report. You are absolutely right. We'll need to add a namespace/helm-release-specific suffix to all objects in the helm-chart that are not namespaced.
Hi @emil-jacero. You are correct, the cluster domain is currently hardcoded. To change that we would need to add a config option to the operator and then expose that in...
Hi @madhukarmmallia-plivo. Could you please describe what your usecase for this is, what you want to accomplish with this feature?
Hi @madhukarmmallia-plivo. Just so I understand correctly: > I am passing in the LDAP credentials as environment variables You are using the spec.nodePools.env option to provide `PASSWORD`? If so even...
Hi @madhukarmmallia-plivo . Could you please give an update if this is still a concern to you?
Hi @gigallucci. Thank you for the report. I was able to reproduce the problem. The main problem why the operator does not do the upgrade is actually that the roles...
Hi @gigallucci. The only way to adjust the labels would be to delete the statefulset (with `--cascade=orphan` the pods would be preserved). Theoretically the operator should immediately recreate it with...
Hi @gigallucci. I've opened a PR that should correctly fix this problem. > For whatever reason i had to delete the cluster-setting before scaling down. It was set to "primaries"...
Hi @aschi1. The path for the health probe is hardcoded in the operator. As such changing the basepath is currently not possible. But I think this is a good feature...
Hi @JoostvdB94. Just to clarify: Do you want to set these fields on the pod of the operator itself or on the pods of the opensearch clusters created by the...