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:
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user