-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set externalClusters
#424
Comments
The chart is responsible for filling in the charts/charts/cluster/templates/_bootstrap.tpl Lines 43 to 90 in 3c5dd5d
Import is not yet supported. There is a PR that adds support for it, but I probably won't get around to merging that soon. If you need import, for now, I would suggest you interact with the operator directly i.e. don't use the chart. |
Closes: #424, #425 Signed-off-by: Itay Grudev <[email protected]>
But this chart does not contain the externalClusters field for distributed topology configuration, which should have the scope to add multiple cluster details under externalClusters and replica section as well. So that we can have primary and disaster recovery data centres in multiple regions as mentioned in the blog https://www.gabrielebartolini.it/articles/2024/06/making-the-world-my-single-point-of-failure-with-postgresql externalClusters:
|
The chart is supposed to serve as a level of abstraction over the the CNPG CRDs. But I'm accepting PRs for adding replica cluster support to the chart. It's been on my radar but I am a bit low on time to add it. That being said if someone is willing to add that I'll work with them to assist and prioritize that PR. |
Just as title, the helm chart does not support setting
externalClusters
field, the field can be seen in docs:https://cloudnative-pg.io/documentation/1.24/database_import/
The text was updated successfully, but these errors were encountered: