c12s-kubespray/tests/files/packet_fedora35-calico-swap-selinux.yml
Cristian Calin ee882fa462
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
2021-11-30 00:52:56 -08:00

16 lines
331 B
YAML

---
# 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"