-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update Helm Charts to Support Multi Node Etcd Cluster #813
base: master
Are you sure you want to change the base?
Conversation
Can you also capture somewhere in doc that right now, only nonHA etcd cluster can be deployed by helm charts for following providers. |
Sure @ishan16696, will mention that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anveshreddy18 thanks a lot for taking up the long-pending task of updating the helm charts! Few comments from my side, PTAL:
- Overall, I would like the charts to support multinode etcd clusters as well, as a static configuration. Since you've already introduced many peer TLS related artefacts in the chart, it should be easy to support multinode etcd clusters too. Moreover, it would be beneficial to have etcd-backup-restore charts support multinode etcd clusters, which are more widely used than single-node clusters.
- please add newlines at the end of files - it's just good practice.
- Please add
etcd-peer-ca-secret.yaml
andetcd-peer-server-tls-secret.yaml
files, to support multinode etcd clusters
* Address review comments by @shreyas-s-rao
0460237
to
8f27d9d
Compare
What this PR does / why we need it:
This PR updates the outdated helm charts required to setup a single member etcd cluster with etcd-wrapper and etcd-backup-restore as containers in a pod.
The changes include:
etcd-wrapper
with distrolessetcd-backup-restore
Which issue(s) this PR fixes:
Partially Fixes #708
Special notes for your reviewer:
Currently tested with the following cloud providers & their emulators:
The remaining providers are to be tested yet.
Release note: