Skip to content

Commit 39d691c

Browse files
authored
Merge pull request kubernetes#4097 from harche/swap_beta
KEP-2400: Add missing questions from latest PRR template
2 parents 507de7b + 71bf502 commit 39d691c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

keps/sig-node/2400-node-swap/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,10 @@ No.
821821
This section must be completed when targeting beta to a release.
822822
-->
823823

824+
###### How can someone using this feature know that it is working for their instance?
825+
826+
1. Kubelet stats API will be extended to show swap usage details.
827+
824828
###### How can an operator determine if the feature is in use by workloads?
825829

826830
<!--
@@ -916,6 +920,10 @@ For GA, this section is required: approvers should be able to confirm the
916920
previous answers based on experience in the field.
917921
-->
918922

923+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
924+
925+
No.
926+
919927
###### Will enabling / using this feature result in any new API calls?
920928

921929
<!--

keps/sig-node/2400-node-swap/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ latest-milestone: "v1.28"
3131
milestone:
3232
alpha: "v1.22"
3333
beta: "v1.28"
34-
stable: "v1.30"
34+
stable: "TBD"
3535

3636
# The following PRR answers are required at alpha release
3737
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)