Sebastian Woehrl
Sebastian Woehrl
My thoughts on this: * It should be possible to configure multiple repositories * At least s3, azure and gcs repositories should be supported so we cover the big 3...
@prudhvigodithi : I suggest to change the config yaml structure a bit: ```yaml snapshot: repository: name: type: s3 settings: ##User required settings to connect to s3 bucket: my-bucket another_setting: setting-value...
Hi @jinchengsix. I managed to reproduce your setup and I think I can explain the cause: Changing the admin password in the secret will not in itself update any of...
@idanl21 My idea was to add a volumeMount for the `admin-password` secret to the pods of the statefulset (e.g. under `/mnt/admin-credentials`). And then rewrite the probe command to `curl -k...
@prudhvigodithi @idanl21 @segalziv I have implemented my proposed solution in PR #358. Please check it out, test it and provide your opinion.
Hi @lowell-criteo. It is already possible to add extra configmaps and secrets to the cluster pods via the AdditionalVolumes feature. See the documention: https://github.com/Opster/opensearch-k8s-operator/blob/main/docs/userguide/main.md#additional-volumes Is that in line with what...
> I still think custom pod template would be a nice feature to have, (would add a lot of flexibility, and promotes reuse between operator functionality and k8s functionality). I'll...
Should be fixed with 2.1.0. Closing as completed.
Closing, as there was no further response from the issue reporter.
Closing this as no longer relevant. Single-node clusters are not supported by the operator.