File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
keps/sig-node/2400-node-swap Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -854,6 +854,19 @@ For beta 1:
854
854
- Add e2e tests that verify pod-level control of swap utilization.
855
855
- Add e2e tests that verify swap performance with pods using a tmpfs.
856
856
857
+ For beta 2:
858
+
859
+ - Add Node-conformance tests for basic swap validation. To avoid disrupting node conformance lanes, only the
860
+ cgroup knobs are validated to be defined as expected with no real memory stress or swap use.
861
+ - Add a lane dedicated for swap testing, including stress tests and other tests that might be disruptive and intensive.
862
+ These lanes are called "swap-conformance", and are (and should remain) consistently green:
863
+ - [ kubelet-swap-conformance-fedora-serial] ( https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-fedora-serial ) : Green.
864
+ - [ kubelet-swap-conformance-ubuntu-serial] ( https://testgrid.k8s.io/sig-node-kubelet#kubelet-swap-conformance-ubuntu-serial ) : Green.
865
+
866
+ For GA:
867
+
868
+ - Ensure that all e2e tests, especially swap-conformance tests, are consistently green.
869
+
857
870
### Graduation Criteria
858
871
859
872
#### Alpha
You can’t perform that action at this time.
0 commit comments