Skip to content

Commit 7674e5c

Browse files
committed
Upgrade cilium version to 1.17.2
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent 73c59e9 commit 7674e5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Note:
119119
- Network Plugin
120120
- [cni-plugins](https://github.com/containernetworking/plugins) 1.4.1
121121
- [calico](https://github.com/projectcalico/calico) 3.29.2
122-
- [cilium](https://github.com/cilium/cilium) 1.15.9
122+
- [cilium](https://github.com/cilium/cilium) 1.17.2
123123
- [flannel](https://github.com/flannel-io/flannel) 0.22.0
124124
- [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21
125125
- [kube-router](https://github.com/cloudnativelabs/kube-router) 2.1.1

docs/CNI/cilium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ cilium_operator_extra_volume_mounts:
233233
## Choose Cilium version
234234

235235
```yml
236-
cilium_version: "1.15.9"
236+
cilium_version: "1.17.2"
237237
```
238238

239239
## Add variable to config

inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# cilium_version: "1.15.9"
2+
# cilium_version: "1.17.2"
33

44
# Log-level
55
# cilium_debug: false

roles/kubespray-defaults/defaults/main/download.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ flannel_cni_version: 1.1.2
113113
weave_version: 2.8.7
114114
cni_version: "{{ (cni_binary_checksums['amd64'] | dict2items)[0].key }}"
115115

116-
cilium_version: "1.15.9"
116+
cilium_version: "1.17.2"
117117
cilium_cli_version: "{{ (ciliumcli_binary_checksums['amd64'] | dict2items)[0].key }}"
118118
cilium_enable_hubble: false
119119

0 commit comments

Comments
 (0)