From 8c92cd36c13316787055dfe975d55898f5c8bfb6 Mon Sep 17 00:00:00 2001 From: Han Kang Date: Mon, 6 Feb 2023 09:58:38 -0800 Subject: [PATCH 1/3] add PRR question and update KEP status --- keps/sig-instrumentation/3498-extending-stability/README.md | 4 ++++ keps/sig-instrumentation/3498-extending-stability/kep.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/keps/sig-instrumentation/3498-extending-stability/README.md b/keps/sig-instrumentation/3498-extending-stability/README.md index e62d0fd158a..98f283a3fee 100644 --- a/keps/sig-instrumentation/3498-extending-stability/README.md +++ b/keps/sig-instrumentation/3498-extending-stability/README.md @@ -328,6 +328,10 @@ N/A No. +##### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)? + +No. + ### Rollout, Upgrade and Rollback Planning ###### How can a rollout or rollback fail? Can it impact already running workloads? diff --git a/keps/sig-instrumentation/3498-extending-stability/kep.yaml b/keps/sig-instrumentation/3498-extending-stability/kep.yaml index a58208f7195..80911590753 100755 --- a/keps/sig-instrumentation/3498-extending-stability/kep.yaml +++ b/keps/sig-instrumentation/3498-extending-stability/kep.yaml @@ -15,12 +15,12 @@ reviewers: approvers: - "@dashpole" # The target maturity stage in the current dev cycle for this KEP. -stage: alpha +stage: beta # The most recent milestone for which work toward delivery of this KEP has been # done. This can be the current (upcoming) milestone, if it is being actively # worked on. -latest-milestone: "v1.26" +latest-milestone: "v1.27" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: From 3eaf9078c24788d52e04f1d4687b0cbe9456b52d Mon Sep 17 00:00:00 2001 From: Han Kang Date: Mon, 6 Feb 2023 09:59:47 -0800 Subject: [PATCH 2/3] update toc --- keps/sig-instrumentation/3498-extending-stability/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/keps/sig-instrumentation/3498-extending-stability/README.md b/keps/sig-instrumentation/3498-extending-stability/README.md index 98f283a3fee..24491bbb697 100644 --- a/keps/sig-instrumentation/3498-extending-stability/README.md +++ b/keps/sig-instrumentation/3498-extending-stability/README.md @@ -104,6 +104,7 @@ tags, and then generate with `hack/update-toc.sh`. - [Version Skew Strategy](#version-skew-strategy) - [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire) - [Feature Enablement and Rollback](#feature-enablement-and-rollback) + - [Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?](#can-enabling--using-this-feature-result-in-resource-exhaustion-of-some-node-resources-pids-sockets-inodes-etc) - [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning) - [Monitoring Requirements](#monitoring-requirements) - [Dependencies](#dependencies) From 09743ddbb7d672d258d6286cb900064a6718a57f Mon Sep 17 00:00:00 2001 From: Han Kang Date: Mon, 6 Feb 2023 10:00:35 -0800 Subject: [PATCH 3/3] fix header --- keps/sig-instrumentation/3498-extending-stability/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keps/sig-instrumentation/3498-extending-stability/README.md b/keps/sig-instrumentation/3498-extending-stability/README.md index 24491bbb697..ea5ff7fea3f 100644 --- a/keps/sig-instrumentation/3498-extending-stability/README.md +++ b/keps/sig-instrumentation/3498-extending-stability/README.md @@ -104,7 +104,6 @@ tags, and then generate with `hack/update-toc.sh`. - [Version Skew Strategy](#version-skew-strategy) - [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire) - [Feature Enablement and Rollback](#feature-enablement-and-rollback) - - [Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?](#can-enabling--using-this-feature-result-in-resource-exhaustion-of-some-node-resources-pids-sockets-inodes-etc) - [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning) - [Monitoring Requirements](#monitoring-requirements) - [Dependencies](#dependencies) @@ -329,7 +328,7 @@ N/A No. -##### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)? +###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)? No.