From 8dc13be8ca185b82d3b6f13d2d7bce026d044631 Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Fri, 22 Nov 2024 17:51:04 +0000 Subject: [PATCH] Adding new RLP scnerios and updating exisiting docs Signed-off-by: R-Lawton --- config/install/README.md | 2 +- config/install/standard/kustomization.yaml | 2 +- doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md | 2 +- ...-rl-for-cluster-operators.md => multi-rlp-multi-listener.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename doc/user-guides/ratelimiting/{gateway-rl-for-cluster-operators.md => multi-rlp-multi-listener.md} (100%) diff --git a/config/install/README.md b/config/install/README.md index b63eb4270..1df6821cc 100644 --- a/config/install/README.md +++ b/config/install/README.md @@ -10,7 +10,7 @@ - Accessible Redis instance, for persistent storage for your rate limit counters. (Optional) -> Note: By default the following guide will install the "latest" or "main" version of Kuadrant. To pick a specific version, change the image in the `config/deploy/install/standard/kustomization.yaml`. All versions available can be found on the Kuadrant operator [release page](https://github.com/Kuadrant/kuadrant-operator/releases) +> Note: By default the following guide will install the "latest" or "main" version of Kuadrant. To pick a specific version, change the image in the `config/install/standard/kustomization.yaml`. All versions available can be found on the Kuadrant operator [release page](https://github.com/Kuadrant/kuadrant-operator/releases) > Note: for multiple clusters, it would make sense to do the installation via a tool like [argocd](https://argo-cd.readthedocs.io/en/stable/). For other methods of addressing multiple clusters take a look at the [kubectl docs](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) diff --git a/config/install/standard/kustomization.yaml b/config/install/standard/kustomization.yaml index bc2d521e8..26eb34672 100644 --- a/config/install/standard/kustomization.yaml +++ b/config/install/standard/kustomization.yaml @@ -13,4 +13,4 @@ patches: metadata: name: kuadrant-operator-catalog spec: - image: quay.io/kuadrant/kuadrant-operator-catalog:v1.0.0-rc4 #change this to the version you want to install + image: quay.io/kuadrant/kuadrant-operator-catalog:latest #change this to the version you want to install diff --git a/doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md b/doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md index e827ca686..5ab10a97b 100644 --- a/doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md +++ b/doc/user-guides/ratelimiting/multi-auth-rlp-diff-section.md @@ -1,4 +1,4 @@ -# Gateway Rate Limiting for Cluster Operators +# Gateway Rate Limiting This user guide walks you through an example of how to configure multiple rate limit polices for different listeners in an ingress gateway. diff --git a/doc/user-guides/ratelimiting/gateway-rl-for-cluster-operators.md b/doc/user-guides/ratelimiting/multi-rlp-multi-listener.md similarity index 100% rename from doc/user-guides/ratelimiting/gateway-rl-for-cluster-operators.md rename to doc/user-guides/ratelimiting/multi-rlp-multi-listener.md