Add capability to use swap, requires Kube 1.22 (#8241)

* Alpha-NodeSwap: allow nodes to use swap

* CI: Add Fedora 35 with experimental swap job
This commit is contained in:
Cristian Calin
2021-11-30 10:52:56 +02:00
committed by GitHub
parent 3431ed9857
commit ee882fa462
5 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
---
# Instance settings
cloud_image: fedora-35
mode: default
# Kubespray settings
auto_renew_certificates: true
# Test with SELinux in enforcing mode
preinstall_selinux_state: enforcing
# Test Alpha swap feature by leveraging zswap default config in Fedora 35
kubelet_fail_swap_on: False
kube_feature_gates:
- "NodeSwap=True"