Skip to content

Commit

Permalink
[ci skip] 2024.07.22-30230
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Jul 22, 2024
2 parents cd3ea36 + 01ee9bf commit 70655ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cilium/pre/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ patches:
patch: |-
- op: remove
path: /spec/ttlSecondsAfterFinished
configMapGenerator:
- name: cilium-config
namespace: kube-system
behavior: merge
literals:
- api-rate-limit=endpoint-create=auto-adjust:true,mean-over:10,max-parallel-requests:4,min-parallel-requests:2
6 changes: 6 additions & 0 deletions cilium/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ patches:
patch: |-
- op: remove
path: /spec/ttlSecondsAfterFinished
configMapGenerator:
- name: cilium-config
namespace: kube-system
behavior: merge
literals:
- api-rate-limit=endpoint-create=auto-adjust:true,mean-over:10,max-parallel-requests:4,min-parallel-requests:2
1 change: 1 addition & 0 deletions etc/cilium-pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ metadata:
apiVersion: v1
data:
agent-not-ready-taint-key: node.cilium.io/agent-not-ready
api-rate-limit: endpoint-create=auto-adjust:true,mean-over:10,max-parallel-requests:4,min-parallel-requests:2
arping-refresh-period: 30s
auto-direct-node-routes: "false"
bgp-announce-lb-ip: "true"
Expand Down
1 change: 1 addition & 0 deletions etc/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ metadata:
apiVersion: v1
data:
agent-not-ready-taint-key: node.cilium.io/agent-not-ready
api-rate-limit: endpoint-create=auto-adjust:true,mean-over:10,max-parallel-requests:4,min-parallel-requests:2
arping-refresh-period: 30s
auto-direct-node-routes: "false"
bgp-announce-lb-ip: "true"
Expand Down

0 comments on commit 70655ed

Please sign in to comment.