k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
331 B
15 lines
331 B
---
|
|
# Instance settings
|
|
cloud_image: fedora-39
|
|
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"
|