mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 00:37:42 -02:30
All tests have a mode actually, so changing the default is no big deal (and makes more sense to have `default` as the default
15 lines
317 B
YAML
15 lines
317 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: fedora-39
|
|
|
|
# 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"
|