From f81679f3949fc4d786bf35a88c90e3510c934845 Mon Sep 17 00:00:00 2001 From: Jonah Back Date: Mon, 27 Nov 2023 17:00:38 +0100 Subject: [PATCH] fix(manager): set InitCacheSyncDuration to 5s by default and allow it to be configured via cli --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46f3fa5fa..bd8ebd8a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,7 @@ Adding a new version? You'll need three changes: [#5220](https://github.com/Kong/kubernetes-ingress-controller/pull/5220) - Added support for GRPC over HTTP (without TLS) in Gateway API. [#5128](https://github.com/Kong/kubernetes-ingress-controller/pull/5128) +- Added InitCacheSyncDuration to CLI parameters, changed default back to 5s [#5238](https://github.com/Kong/kubernetes-ingress-controller/pull/5238) ### Fixed