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.

19 lines
735 B

  1. ---
  2. # Instance settings
  3. cloud_image: fedora-35
  4. mode: default
  5. # Kubespray settings
  6. auto_renew_certificates: true
  7. # Switching to iptable due to https://github.com/projectcalico/calico/issues/5011
  8. # Kubernetes v1.23.0 kube-proxy does use v.7.x now. Calico v3.20.x/v3.21.x Pods show the following error
  9. # Bad return code from 'ipset list'. error=exit status 1 family="inet" stderr="ipset v7.1: Kernel and userspace incompatible: settype hash:ip,port with revision 6 not supported by userspace.
  10. kube_proxy_mode: iptables
  11. # Test with SELinux in enforcing mode
  12. preinstall_selinux_state: enforcing
  13. # Test Alpha swap feature by leveraging zswap default config in Fedora 35
  14. kubelet_fail_swap_on: False
  15. kube_feature_gates:
  16. - "NodeSwap=True"