From 6debb616db4933dbc9c9e56248a55838e35b7cb5 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 5 Dec 2023 13:38:02 +0000 Subject: [PATCH] Increase cilium rate limiting to maybe stop l2 failures --- everything-app/app-cilium.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/everything-app/app-cilium.yaml b/everything-app/app-cilium.yaml index 3cbf98e..d7bb8f9 100644 --- a/everything-app/app-cilium.yaml +++ b/everything-app/app-cilium.yaml @@ -33,9 +33,9 @@ spec: - name: l2announcements.enabled value: "true" - name: k8sClientRateLimit.qps - value: "30" - - name: k8sClientRateLimit.burst value: "50" + - name: k8sClientRateLimit.burst + value: "100" syncPolicy: automated: selfHeal: true