1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-05-02 18:08:36 +00:00

Switch to flannel, ignore k8s interfaces for zerotier, hard code dns for both k8s and docker due to systemd resolvd, and disable ipv6

This commit is contained in:
2020-10-17 22:21:29 -04:00
parent 0a6a7d03c7
commit 428b9f9507
9 changed files with 209 additions and 21 deletions

View File

@@ -46,16 +46,17 @@
delegate_to: localhost
run_once: true
# - name: Put RKE configs in place
# template:
# src: ../templates/rke-configs/{{ item }}.j2
# dest: "{{ rke_directory }}/configs/{{ item }}"
# with_items:
# - kube-state-metrics-deployment.yaml
# - kube-state-metrics-service.yaml
# - kube-state-metrics-rbac.yaml
# delegate_to: localhost
# run_once: true
- name: Put RKE configs in place
template:
src: ../templates/{{ item }}
dest: "{{ rke_directory }}/configs/{{ item }}"
with_items:
- cloudflare-updater.yaml
- test-app.yaml
- cert-manager-namespace.yaml
- cert-manager-prod-issuer.yaml
delegate_to: localhost
run_once: true
- name: Run RKE
shell: >