Update Cilium from v1.11.7 to v1.12.0

* https://github.com/cilium/cilium/releases/tag/v1.12.0
This commit is contained in:
Dalton Hubble
2022-08-08 19:56:05 -07:00
parent 13e40a342b
commit 6d92cab7a0
2 changed files with 5 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ data:
# setting it to "kvstore".
identity-allocation-mode: crd
cilium-endpoint-gc-interval: "5m0s"
nodes-gc-interval: "5m0s"
# If you want to run cilium in debug mode change this value to true
debug: "false"
@@ -92,7 +93,7 @@ data:
cluster-name: default
# Unique ID of the cluster. Must be unique across all conneted clusters and
# in the range of 1 and 255. Only relevant when building a mesh of clusters.
cluster-id: ""
cluster-id: "0"
# Encapsulation mode for communication between nodes
# Possible values:
@@ -129,7 +130,7 @@ data:
enable-session-affinity: "true"
# ClusterIPs from host namespace
enable-host-reachable-services: "false"
bpf-lb-sock: "false"
# NodePort
enable-node-port: "true"