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

kubeadm: retroactively update old KEPs #3150

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ one control plane instances, but with a new sub-step to be executed on secondary
- v1.13 support for local/stacked etcd
- v1.14 implementation of automatic certificates copy
(see KEP [Certificates copy for join --control-plane](20190122-Certificates-copy-for-kubeadm-join--control-plane.md)).
- v1.24 retroactively promoted to GA

## Drawbacks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ approvers:
- "@timothysc"
editor: "@fabriziopandini"
creation-date: 2018-01-28
last-updated: 2019-04-18
status: provisional
last-updated: 2022-01-17
status: implemented
see-also:
- KEP 0004

latest-milestone: "0.0"
stage: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ workflows e.g. reuse of phase `certs` in both `kubeadm init` and `kubeadm join`
* v1.14 implementation of phases in the `kubeadm join` workflow
* v1.15 implementation of phases in the `kubeadm upgrade node` workflow
* v1.17 implementation of phases in the `kubeadm upgrade apply` workflow (planned)
- v1.24 retroactively promoted to Beta. `upgrade apply` might need a separate KEP.

## Drawbacks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ approvers:
- "@timothysc"
editor: "@fabriziopandini"
creation-date: 2018-03-16
last-updated: 2019-01-22
status: provisional
last-updated: 2022-01-17
status: implemented
see-also:
- KEP 0008

latest-milestone: "0.0"
stage: "beta"
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ affect component version or version skew policy)
- Extension of the kubeadm config file for allowing usage of pre-generated certificate keys
- TokenCleaner enforcement
- E2E tests
- v1.24 retroactively promoted to GA

## Alternatives

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ approvers:
- "@luxas"
editor: TBD
creation-date: 2019-01-22
last-updated: 2019-04-18
status: implementable
last-updated: 2022-01-17
status: implemented
see-also:
- KEP-0015
replaces:
superseded-by:

latest-milestone: "0.0"
stage: "alpha"
stage: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ NA
- the `Summary` and `Motivation` sections being merged signaling SIG acceptance
- the `Proposal` section being merged signaling agreement on a proposed design
- the date implementation started
- v1.24 retroactively promoted to GA
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ approvers:
- "@timothysc"
editor: "@fabriziopandini"
creation-date: 2019-11-25
last-updated: 2019-11-25
status: implementable
last-updated: 2022-01-17
status: implemented

latest-milestone: "0.0"
stage: "alpha"
stage: "stable"