ee882fa462
* Alpha-NodeSwap: allow nodes to use swap * CI: Add Fedora 35 with experimental swap job
15 lines
331 B
YAML
15 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"
|