Skip to content

Commit

Permalink
[ci skip] 2024.11.12-32392
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Nov 12, 2024
2 parents 334076c + 2affc5c commit fdb4299
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions artifacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions cilium/prod/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ metadata:
name: cilium-config
namespace: kube-system
data:
conntrack-gc-max-interval: "30m"

# Identity allocation mode selects how identities are shared between cilium
# nodes by setting how they are stored. The options are "crd" or "kvstore".
Expand Down Expand Up @@ -824,7 +825,7 @@ spec:
prometheus.io/port: "9962"
prometheus.io/scrape: "true"
# ensure pods roll when configmap updates
cilium.io/cilium-configmap-checksum: "d5a6358f3358cdc61bf73eddd0be4f8a5b8909d0f95d0236cd095e308678a1a0"
cilium.io/cilium-configmap-checksum: "7188fd0419596c94ed545f61231bf8ad68dfbdb39bc79447cb2d063a0c4c6a50"
# Set app AppArmor's profile to "unconfined". The value of this annotation
# can be modified as long users know which profiles they have available
# in AppArmor.
Expand Down Expand Up @@ -1295,7 +1296,7 @@ spec:
metadata:
annotations:
# ensure pods roll when configmap updates
cilium.io/cilium-configmap-checksum: "d5a6358f3358cdc61bf73eddd0be4f8a5b8909d0f95d0236cd095e308678a1a0"
cilium.io/cilium-configmap-checksum: "7188fd0419596c94ed545f61231bf8ad68dfbdb39bc79447cb2d063a0c4c6a50"
prometheus.io/port: "9963"
prometheus.io/scrape: "true"
labels:
Expand Down
1 change: 1 addition & 0 deletions cilium/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cgroup:
cni:
chainingMode: "generic-veth"
customConf: true
conntrackGCMaxInterval: 30m
datapathMode: "veth"
devices: "eth+ eno1+ eno2+"
enableIPv4Masquerade: false
Expand Down
5 changes: 3 additions & 2 deletions etc/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ data:
cluster-pool-ipv4-mask-size: "24"
cni-chaining-mode: generic-veth
cnp-node-status-gc-interval: 0s
conntrack-gc-max-interval: 30m
custom-cni-conf: "true"
debug: "false"
debug-verbose: ""
Expand Down Expand Up @@ -760,7 +761,7 @@ spec:
template:
metadata:
annotations:
cilium.io/cilium-configmap-checksum: d5a6358f3358cdc61bf73eddd0be4f8a5b8909d0f95d0236cd095e308678a1a0
cilium.io/cilium-configmap-checksum: 7188fd0419596c94ed545f61231bf8ad68dfbdb39bc79447cb2d063a0c4c6a50
prometheus.io/port: "9963"
prometheus.io/scrape: "true"
labels:
Expand Down Expand Up @@ -1044,7 +1045,7 @@ spec:
template:
metadata:
annotations:
cilium.io/cilium-configmap-checksum: d5a6358f3358cdc61bf73eddd0be4f8a5b8909d0f95d0236cd095e308678a1a0
cilium.io/cilium-configmap-checksum: 7188fd0419596c94ed545f61231bf8ad68dfbdb39bc79447cb2d063a0c4c6a50
container.apparmor.security.beta.kubernetes.io/cilium-agent: unconfined
container.apparmor.security.beta.kubernetes.io/clean-cilium-state: unconfined
prometheus.io/port: "9962"
Expand Down

0 comments on commit fdb4299

Please sign in to comment.