mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Disable default storage (local) and ingress (traefik)
This commit is contained in:
parent
c8db3c958d
commit
29ea97c509
@ -4,3 +4,6 @@ cluster-init: true
|
|||||||
server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
|
server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
|
||||||
{% endif %}
|
{% endif %}
|
||||||
token-file: {{ k3s_token_file }}
|
token-file: {{ k3s_token_file }}
|
||||||
|
disable:
|
||||||
|
- local-storage
|
||||||
|
- traefik
|
||||||
|
Loading…
Reference in New Issue
Block a user