mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -62,8 +62,8 @@ variable "container_images" {
|
||||
default = {
|
||||
calico = "quay.io/calico/node:v3.23.3"
|
||||
calico_cni = "quay.io/calico/cni:v3.23.3"
|
||||
cilium_agent = "quay.io/cilium/cilium:v1.11.7"
|
||||
cilium_operator = "quay.io/cilium/operator-generic:v1.11.7"
|
||||
cilium_agent = "quay.io/cilium/cilium:v1.12.0"
|
||||
cilium_operator = "quay.io/cilium/operator-generic:v1.12.0"
|
||||
coredns = "k8s.gcr.io/coredns/coredns:v1.8.6"
|
||||
flannel = "quay.io/coreos/flannel:v0.15.1"
|
||||
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user