Skip to content
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

Upgrade etcd for etcd proxy pods to v3.3.8 #38

Merged
merged 1 commit into from
Jul 2, 2018
Merged

Conversation

xmudrii
Copy link
Owner

@xmudrii xmudrii commented Jun 29, 2018

This PR upgrades Etcd for etcd proxy pods to v3.3.8 from v3.2.18.

This is because v3.2 doesn't have flags for specifying CA certificate and server certificate and key. The v3.3 introduces several new flags, including --trusted-ca-file, --cert-file, --key-file, that we'll use to handle SSL for the etcd proxy.

The E2E tests are passing with this build.

Required by #35
/cc @deads2k @sttts

@xmudrii xmudrii added the ready-for-review Indicates that a Pull Request is ready for review. label Jun 29, 2018
@xmudrii xmudrii added this to the Milestone 2 milestone Jun 29, 2018
@xmudrii
Copy link
Owner Author

xmudrii commented Jul 2, 2018

Created a PR to propose backporting the TLS/SSL feature to etcd v3.2 (etcd-io/etcd#9894). In meanwhile, we can merge the PR, and get back to v3.2 if the PR gets accepted to be fully compatible with Kubernetes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review Indicates that a Pull Request is ready for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants