mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Cleanup some tasks and manage differences between Kubernetes version and apt package version
This commit is contained in:
parent
536eed368a
commit
ed24aa4f8d
10 changed files with 13 additions and 24 deletions
|
|
@ -10,7 +10,7 @@ etcd:
|
|||
{% endfor %}
|
||||
networking:
|
||||
podSubnet: "{{ pod_subnet }}"
|
||||
kubernetesVersion: "{{ kubernetes_version }}"
|
||||
kubernetesVersion: "v{{ kubernetes_version }}"
|
||||
apiServerCertSANs:
|
||||
{% for host in groups['k8s_masters'] %}
|
||||
- "{{ hostvars[host]['vpn_ip'] }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue