16 lines
331 B
YAML
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"
|