Skip to content

Commit

Permalink
Merge pull request #1428 from timyinshi/kubeadm-join--control-plane
Browse files Browse the repository at this point in the history
modify the error url of kubeadm
  • Loading branch information
k8s-ci-robot authored Jan 6, 2020
2 parents 7b62bc8 + 5489db7 commit 98dca0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ support for high availability cluster is one of the most requested features for

A lot of effort was already done in kubeadm for achieving this goal, among them the redesign
of the kubeadm config file and its graduation to beta and the implementation of the
[`kubeadm join --control-plane workflow (KEP0015)`](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0015-kubeadm-join-control-plane.md),
[`kubeadm join --control-plane workflow (KEP0015)`](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/0015-kubeadm-join-control-plane.md),
but the solution currently in place stills requires the manual copy of cluster certificates from
the bootstrap control-plane node to secondary control-plane nodes.

Expand Down Expand Up @@ -347,4 +347,4 @@ Several alternatives were considered:
this was discarded due to the higher complexity
- Creation of kubernetes job with the responsibility of reading certs from
a bootstrap control-plane; this was discarded due to to the limited authorization
of the identity used by the kubeadm join workflow
of the identity used by the kubeadm join workflow

0 comments on commit 98dca0c

Please sign in to comment.