File tree 4 files changed +4
-4
lines changed
inventory/sample/group_vars/k8s_cluster
roles/kubespray-defaults/defaults/main
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Note:
119
119
- Network Plugin
120
120
- [ cni-plugins] ( https://github.com/containernetworking/plugins ) 1.4.1
121
121
- [ 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
123
123
- [ flannel] ( https://github.com/flannel-io/flannel ) 0.22.0
124
124
- [ kube-ovn] ( https://github.com/alauda/kube-ovn ) 1.12.21
125
125
- [ kube-router] ( https://github.com/cloudnativelabs/kube-router ) 2.1.1
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ cilium_operator_extra_volume_mounts:
233
233
# # Choose Cilium version
234
234
235
235
` ` ` yml
236
- cilium_version: "1.15.9 "
236
+ cilium_version: "1.17.2 "
237
237
` ` `
238
238
239
239
# # Add variable to config
Original file line number Diff line number Diff line change 1
1
---
2
- # cilium_version: "1.15.9 "
2
+ # cilium_version: "1.17.2 "
3
3
4
4
# Log-level
5
5
# cilium_debug: false
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ flannel_cni_version: 1.1.2
113
113
weave_version : 2.8.7
114
114
cni_version : " {{ (cni_binary_checksums['amd64'] | dict2items)[0].key }}"
115
115
116
- cilium_version : " 1.15.9 "
116
+ cilium_version : " 1.17.2 "
117
117
cilium_cli_version : " {{ (ciliumcli_binary_checksums['amd64'] | dict2items)[0].key }}"
118
118
cilium_enable_hubble : false
119
119
You can’t perform that action at this time.
0 commit comments