File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
inventory/sample/group_vars
roles/k3s_server_post/tasks Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ calico_tag: "v3.27.2" # calico version tag
1919# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
2020# cilium_iface: "eth0"
2121cilium_mode : " native" # native when nodes on same subnet or using bgp, else set routed
22- cilium_tag : " v1.15.1 " # cilium version tag
22+ cilium_tag : " v1.15.2 " # cilium version tag
2323cilium_hubble : true # enable hubble observability relay and ui
2424
2525# if using calico or cilium, you may specify the cluster pod cidr pool
Original file line number Diff line number Diff line change 4848 k3s kubectl wait {{ item.type }}/{{ item.name }}
4949 --namespace='tigera-operator'
5050 --for=condition=Available=True
51- --timeout=7s
51+ --timeout=30s
5252 register : tigera_result
5353 changed_when : false
5454 until : tigera_result is succeeded
8787 --namespace='{{ item.namespace }}'
8888 --for=condition=Available
8989 {% endif %}
90- --timeout=7s
90+ --timeout=30s
9191 register : cr_result
9292 changed_when : false
9393 until : cr_result is succeeded
Original file line number Diff line number Diff line change 202202 --namespace=kube-system
203203 --for=condition=Available
204204 {% endif %}
205- --timeout=7s
205+ --timeout=30s
206206 register : cr_result
207207 changed_when : false
208208 until : cr_result is succeeded
You can’t perform that action at this time.
0 commit comments