Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

🐛 Separate certificate logic for joins #263

Merged

Conversation

chuckha
Copy link
Contributor

@chuckha chuckha commented Oct 2, 2019

With the introduction of support for external etcd comes better
certificate management. This commit separates the worker join certificate
logic from the control plane join certificate logic.

Signed-off-by: Chuck Ha [email protected]

What this PR does / why we need it:
This PR fixes the bug where control-planes could not join a cluster but were still provisioned.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #262

/cc @vincepri

@k8s-ci-robot k8s-ci-robot requested a review from vincepri October 2, 2019 15:41
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 2, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chuckha

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 2, 2019
With the introduction of support for external etcd comes better
certificate management. This commit separates the worker join certificate
logic from the control plane join certificate logic.

Signed-off-by: Chuck Ha <[email protected]>
@chuckha chuckha force-pushed the control-plane-join-certs branch from 57f54d0 to 3aceccd Compare October 2, 2019 16:42
Copy link
Contributor

@vincepri vincepri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 2, 2019
@k8s-ci-robot k8s-ci-robot merged commit b22e54b into kubernetes-retired:master Oct 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control plane nodes won't join on latest master
4 participants