playbook/jobs/init_k3s_cluster: update
This commit is contained in:
parent
6b9c1c714f
commit
91a3f80f94
@ -8,11 +8,13 @@
|
||||
name: k3s
|
||||
vars:
|
||||
group: master
|
||||
cluster_domain: 'cluster.local'
|
||||
version: 'v1.24.7+k3s1'
|
||||
ingress: nginx
|
||||
cni: default
|
||||
pod_cidr: '10.17.0.0/16'
|
||||
pod_gateway: '10.17.0.1'
|
||||
svc_cidr: '10.97.0.0/16'
|
||||
join_cidr: '100.64.0.0/16'
|
||||
cni_iface: 'eth0'
|
||||
cni_tunnel: 'geneve'
|
||||
cluster_domain: 'cluster.local'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user