From 343643d41d58baf7740ebdeb639594f0abb7319a Mon Sep 17 00:00:00 2001 From: shekhar-rajak Date: Wed, 13 Jan 2021 23:51:29 +0530 Subject: [PATCH] kubelet-container-resources-cri-api-changes: migrate old keps to new format see-also field link updated kubelet-container-resources-cri-api-changes: migrate old keps to new format 1287-in-place-update-pod-resources: see-also link updated kep-number added Corrected the kep-number --- .../kep.yaml | 2 +- .../README.md} | 24 ------------------- .../kep.yaml | 22 +++++++++++++++++ 3 files changed, 23 insertions(+), 25 deletions(-) rename keps/sig-node/{20191025-kubelet-container-resources-cri-api-changes.md => 2273-kubelet-container-resources-cri-api-changes/README.md} (95%) create mode 100644 keps/sig-node/2273-kubelet-container-resources-cri-api-changes/kep.yaml diff --git a/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml b/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml index 2251120b555..01d07f882bc 100644 --- a/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml +++ b/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml @@ -26,6 +26,6 @@ creation-date: 2018-11-06 last-updated: 2020-01-14 status: implementable see-also: - - "/keps/sig-node/20191025-kubelet-container-resources-cri-api-changes.md" + - "/keps/sig-node/2273-kubelet-container-resources-cri-api-changes" replaces: superseded-by: diff --git a/keps/sig-node/20191025-kubelet-container-resources-cri-api-changes.md b/keps/sig-node/2273-kubelet-container-resources-cri-api-changes/README.md similarity index 95% rename from keps/sig-node/20191025-kubelet-container-resources-cri-api-changes.md rename to keps/sig-node/2273-kubelet-container-resources-cri-api-changes/README.md index c437a2ccbc3..2abe56b9dcf 100644 --- a/keps/sig-node/20191025-kubelet-container-resources-cri-api-changes.md +++ b/keps/sig-node/2273-kubelet-container-resources-cri-api-changes/README.md @@ -1,27 +1,3 @@ ---- -title: Container Resources CRI API Changes for Pod Vertical Scaling -authors: - - "@vinaykul" - - "@quinton-hoole" -owning-sig: sig-node -participating-sigs: -reviewers: - - "@Random-Liu" - - "@yujuhong" - - "@PatrickLang" -approvers: - - "@dchen1107" - - "@derekwaynecarr" -editor: TBD -creation-date: 2019-10-25 -last-updated: 2020-01-14 -status: implementable -see-also: - - "/keps/sig-node/20181106-in-place-update-of-pod-resources.md" -replaces: -superseded-by: ---- - # Container Resources CRI API Changes for Pod Vertical Scaling ## Table of Contents diff --git a/keps/sig-node/2273-kubelet-container-resources-cri-api-changes/kep.yaml b/keps/sig-node/2273-kubelet-container-resources-cri-api-changes/kep.yaml new file mode 100644 index 00000000000..7c8dd3e176b --- /dev/null +++ b/keps/sig-node/2273-kubelet-container-resources-cri-api-changes/kep.yaml @@ -0,0 +1,22 @@ +title: Container Resources CRI API Changes for Pod Vertical Scaling +kep-number: 2273 +authors: + - "@vinaykul" + - "@quinton-hoole" +owning-sig: sig-node +participating-sigs: +reviewers: + - "@Random-Liu" + - "@yujuhong" + - "@PatrickLang" +approvers: + - "@dchen1107" + - "@derekwaynecarr" +editor: TBD +creation-date: 2019-10-25 +last-updated: 2020-01-14 +status: implementable +see-also: + - "/keps/sig-node/1287-in-place-update-pod-resources" +replaces: +superseded-by: