mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
chore(deps): Updated cilium to v1.15.2 (#484)
* chore(deps): Updated cilium to v1.15.2 * fix(molecule): increase timeout for slow CI
This commit is contained in:
@@ -19,7 +19,7 @@ calico_tag: "v3.27.2" # calico version tag
|
|||||||
# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
|
# ensure v4.19.57, v5.1.16, v5.2.0 or more recent kernel
|
||||||
# cilium_iface: "eth0"
|
# cilium_iface: "eth0"
|
||||||
cilium_mode: "native" # native when nodes on same subnet or using bgp, else set routed
|
cilium_mode: "native" # native when nodes on same subnet or using bgp, else set routed
|
||||||
cilium_tag: "v1.15.1" # cilium version tag
|
cilium_tag: "v1.15.2" # cilium version tag
|
||||||
cilium_hubble: true # enable hubble observability relay and ui
|
cilium_hubble: true # enable hubble observability relay and ui
|
||||||
|
|
||||||
# if using calico or cilium, you may specify the cluster pod cidr pool
|
# if using calico or cilium, you may specify the cluster pod cidr pool
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
k3s kubectl wait {{ item.type }}/{{ item.name }}
|
k3s kubectl wait {{ item.type }}/{{ item.name }}
|
||||||
--namespace='tigera-operator'
|
--namespace='tigera-operator'
|
||||||
--for=condition=Available=True
|
--for=condition=Available=True
|
||||||
--timeout=7s
|
--timeout=30s
|
||||||
register: tigera_result
|
register: tigera_result
|
||||||
changed_when: false
|
changed_when: false
|
||||||
until: tigera_result is succeeded
|
until: tigera_result is succeeded
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
--namespace='{{ item.namespace }}'
|
--namespace='{{ item.namespace }}'
|
||||||
--for=condition=Available
|
--for=condition=Available
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--timeout=7s
|
--timeout=30s
|
||||||
register: cr_result
|
register: cr_result
|
||||||
changed_when: false
|
changed_when: false
|
||||||
until: cr_result is succeeded
|
until: cr_result is succeeded
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
--namespace=kube-system
|
--namespace=kube-system
|
||||||
--for=condition=Available
|
--for=condition=Available
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--timeout=7s
|
--timeout=30s
|
||||||
register: cr_result
|
register: cr_result
|
||||||
changed_when: false
|
changed_when: false
|
||||||
until: cr_result is succeeded
|
until: cr_result is succeeded
|
||||||
|
|||||||
Reference in New Issue
Block a user