k8s taint module
This commit is contained in:
@ -94,6 +94,9 @@
|
||||
content: "{{ calico_default_apiserver | to_nice_yaml }}"
|
||||
dest: "{{ ansible_search_path[0] }}/files/calico/calico_apiserver.yaml"
|
||||
|
||||
# TODO two api versions exist for BGP, one only becomes available after calico is online. Do they both work??
|
||||
# crd.projectcalico.org/v1
|
||||
# projectcalico.org/v3
|
||||
- name: write out calico bgp peer definition
|
||||
ansible.builtin.copy:
|
||||
content: "{{ calico_bgp_peer | to_nice_yaml }}"
|
||||
|
Reference in New Issue
Block a user