From b53ccf1fdc375d1da28c0cc1724380b123b04be6 Mon Sep 17 00:00:00 2001 From: Yi Tao Date: Tue, 30 Jul 2024 15:13:08 +0800 Subject: [PATCH] add --konnect-upload-config-period flag in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2b77a1ae..02267ff9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,8 @@ Adding a new version? You'll need three changes: - Konnect configuration updates are now handled separately from gateway updates. This allows the controller to handle sync errors for the gateway and Konnect speparately, and avoids one blocking the other. + The period of uploading configuration to Konnect can be set by the added flag + `--konnect-upload-config-period`. [#6341](https://github.com/Kong/kubernetes-ingress-controller/pull/6341) [#6349](https://github.com/Kong/kubernetes-ingress-controller/pull/6349) [#6352](https://github.com/Kong/kubernetes-ingress-controller/pull/6352)