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

  1. ---
  2. # Instance settings
  3. cloud_image: fedora-39
  4. mode: default
  5. # Kubespray settings
  6. auto_renew_certificates: true
  7. # Test with SELinux in enforcing mode
  8. preinstall_selinux_state: enforcing
  9. # Test Alpha swap feature by leveraging zswap default config in Fedora 35
  10. kubelet_fail_swap_on: false
  11. kube_feature_gates:
  12. - "NodeSwap=True"