From 445308fffe673d97bb20b5e33ca33fca91c5e687 Mon Sep 17 00:00:00 2001 From: Yi Tao Date: Wed, 11 Sep 2024 17:16:44 +0800 Subject: [PATCH 1/4] add introduction of --disable-consumer-sync in konnect KIC section --- app/konnect/gateway-manager/kic.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/konnect/gateway-manager/kic.md b/app/konnect/gateway-manager/kic.md index b13f2238d70b..4ef905648bc1 100644 --- a/app/konnect/gateway-manager/kic.md +++ b/app/konnect/gateway-manager/kic.md @@ -54,6 +54,10 @@ Item | Description **Summary** | This section displays the traffic and error rate of your KIC data plane node. **Analytics** | Analytics data for the KIC data plane node. You can configure the analytics options using the [**Analytics tool**](/konnect/analytics/). +### Optimize performance of synchronizing configuration + +{{site.kic_product_name}} 3.3 and later provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. When your environment has a lot of `KongConsumer`s which can slow down your configuration synchronization with {{site.konnect_short_name}}, you can enable this flag to skip synchronizing consumers to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. + ## KIC analytics compatibility The following table describes which {{site.base_gateway}} versions are compatible with the KIC analytics feature in {{site.konnect_short_name}}: From e80b8538520dc1c344689b5f2aa8440c597cfcdb Mon Sep 17 00:00:00 2001 From: Tao Yi Date: Wed, 25 Sep 2024 17:28:54 +0800 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com> --- app/konnect/gateway-manager/kic.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/konnect/gateway-manager/kic.md b/app/konnect/gateway-manager/kic.md index 4ef905648bc1..24c65747d19d 100644 --- a/app/konnect/gateway-manager/kic.md +++ b/app/konnect/gateway-manager/kic.md @@ -54,9 +54,12 @@ Item | Description **Summary** | This section displays the traffic and error rate of your KIC data plane node. **Analytics** | Analytics data for the KIC data plane node. You can configure the analytics options using the [**Analytics tool**](/konnect/analytics/). +{% if_version gte:3.3.x %} ### Optimize performance of synchronizing configuration -{{site.kic_product_name}} 3.3 and later provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. When your environment has a lot of `KongConsumer`s which can slow down your configuration synchronization with {{site.konnect_short_name}}, you can enable this flag to skip synchronizing consumers to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. +When your environment has many `KongConsumer`s, they can slow down your configuration synchronization with {{site.konnect_short_name}}. {{site.kic_product_name}} provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. You can enable this flag to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. + +{% endif_version %} ## KIC analytics compatibility From acc8134253503a1e37e70d99f89b8fb8bdf9b8f8 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:41:19 -0700 Subject: [PATCH 3/4] remove version tags --- app/konnect/gateway-manager/kic.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/konnect/gateway-manager/kic.md b/app/konnect/gateway-manager/kic.md index 24c65747d19d..208289c73a3e 100644 --- a/app/konnect/gateway-manager/kic.md +++ b/app/konnect/gateway-manager/kic.md @@ -54,12 +54,10 @@ Item | Description **Summary** | This section displays the traffic and error rate of your KIC data plane node. **Analytics** | Analytics data for the KIC data plane node. You can configure the analytics options using the [**Analytics tool**](/konnect/analytics/). -{% if_version gte:3.3.x %} ### Optimize performance of synchronizing configuration When your environment has many `KongConsumer`s, they can slow down your configuration synchronization with {{site.konnect_short_name}}. {{site.kic_product_name}} provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. You can enable this flag to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. -{% endif_version %} ## KIC analytics compatibility From 63d201fe053f6e1df67d39c61be3cff65dd266ec Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:42:48 -0700 Subject: [PATCH 4/4] mention version in text after all --- app/konnect/gateway-manager/kic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/konnect/gateway-manager/kic.md b/app/konnect/gateway-manager/kic.md index 208289c73a3e..29e9231d446d 100644 --- a/app/konnect/gateway-manager/kic.md +++ b/app/konnect/gateway-manager/kic.md @@ -56,7 +56,7 @@ Item | Description ### Optimize performance of synchronizing configuration -When your environment has many `KongConsumer`s, they can slow down your configuration synchronization with {{site.konnect_short_name}}. {{site.kic_product_name}} provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. You can enable this flag to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. +When your environment has many `KongConsumer`s, they can slow down your configuration synchronization with {{site.konnect_short_name}}. {{site.kic_product_name}} 3.3 and later provides a `--disable-consumer-sync` flag to disable synchronizing consumers with {{site.konnect_short_name}}. You can enable this flag to make the synchronization faster. See [{{site.kic_product_name}} CLI arguments](/kubernetes-ingress-controller/latest/reference/cli-arguments/) for more details. ## KIC analytics compatibility