mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
* Add Fedora 39/40 to Vagrantfile Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Add CI tests for Fedora 39/40 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Update CI tests documentation Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Update support OS version in README.md Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
16 lines
331 B
YAML
16 lines
331 B
YAML
---
|
|
# 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"
|