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.

10 lines
217 B

  1. ---
  2. # Instance settings
  3. cloud_image: debian-11
  4. mode: default
  5. # Kubespray settings
  6. kube_owner: root
  7. kube_network_plugin: custom_cni
  8. custom_cni_manifests:
  9. - "{{ playbook_dir }}/../tests/files/custom_cni/cilium.yaml"