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
328 B

  1. ---
  2. # Instance settings
  3. cloud_image: centos-8
  4. mode: default
  5. # Kubespray settings
  6. kube_network_plugin: calico
  7. deploy_netchecker: true
  8. dns_min_replicas: 1
  9. metrics_server_enabled: true
  10. dashboard_namespace: "kube-dashboard"
  11. loadbalancer_apiserver_type: haproxy
  12. # required / not autodetected for now
  13. calico_iptables_backend: "NFT"