Skip to content

Commit

Permalink
GA criterias
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Holder <[email protected]>
  • Loading branch information
iholder101 committed Jun 6, 2024
1 parent 9426280 commit 4905593
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions keps/sig-node/2400-node-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,11 +824,13 @@ Here are specific improvements to be made:

#### GA

_(Tentative.)_

- Test a wide variety of scenarios that may be affected by swap support.
- Remove feature flag.
- Remove the Swap Support using Burstable QoS Pods only deprecated in Beta 2.
- Test a wide variety of scenarios that may be affected by swap support, including tests with aggressive memory stress.
- Address memory-backed backed volumes which should not have access to swap.
- Remove feature gate.
- Increase debug abilities by introducing a new swap condition to the node.
- This will grant users the ability to understand if and how swap is enabled (i.e. which swapBahavior is defined)
via `kubectl describe node` or `kubectl get node -o yaml`.
- Exclude high-priority, static and mirrored pods from gaining access to swap.

### Upgrade / Downgrade Strategy

Expand Down
2 changes: 1 addition & 1 deletion keps/sig-node/2400-node-swap/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ latest-milestone: "v1.30"
milestone:
alpha: "v1.22"
beta: "v1.30"
stable: "TBD"
stable: "v1.32"

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

0 comments on commit 4905593

Please sign in to comment.