Add reconciler for client, peer, server certificate#173
Conversation
bea3c32 to
c980e01
Compare
|
/test pull-etcd-operator-test-e2e |
dd9729a to
fe533db
Compare
|
/test pull-etcd-operator-test-e2e |
3f702a6 to
eba6759
Compare
|
e37260a to
5e902b6
Compare
1b79a53 to
6192aa2
Compare
829112a to
84bb9d8
Compare
3027592 to
1d32631
Compare
|
Hi @ArkaSaha30, we discussed this in our community meeting. We would want to have the e2e tests in this pull request too, before we consider it mergeable. Thanks. |
Yes, I'm working on the e2e tests. Will update the PR by EOW. |
565b1a7 to
47b635b
Compare
|
Client, server, peer certificates and their respective secrets: Server and peer secret are mounted to each of the members: |
|
@ArkaSaha30 are you still working on this PR? |
Yes yes, got occupied for a while. I'll update and address the comments ASAP. |
47b635b to
d3ef95a
Compare
d3ef95a to
7d7dd04
Compare
7d7dd04 to
e02944e
Compare
|
Please resolve the workflow failure, thx |
|
/test pull-etcd-operator-test-e2e |
|
This PR overall looks good. @ballista01 @ivanvc @hakman @frederiko @abdurrehman107 please also take a look at this PR. thx Let's try to get this PR merged before our next WG meeting. |
475528b to
9a1106c
Compare
|
@ArkaSaha30 please squash the commits, thx. @ballista01 @ivanvc @hakman @frederiko @abdurrehman107 if there is no any comments, I will merge this PR by the end of this week. thx |
This commit will add reconciler logic for creating - client certificate to communicate with the etcdCluster - server, peer certificate for each of the etcd member communication Also, mount certificate secrets to member pods Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
9a1106c to
85fe110
Compare
ahrtr
left a comment
There was a problem hiding this comment.
Thanks for the hard work @ArkaSaha30
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ArkaSaha30, ivanvc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR will implement the reconciler for client, peer and server certificate creation for the etcdCluster object and its respective members.
Fixes: #10