diff --git a/config/install/README.md b/config/install/README.md index d9c7a5d85..0b0db67c3 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/kuadrant-version.yaml b/config/install/standard/kuadrant-version.yaml index 135d7016a..8eba0cb4b 100644 --- a/config/install/standard/kuadrant-version.yaml +++ b/config/install/standard/kuadrant-version.yaml @@ -3,4 +3,4 @@ kind: CatalogSource metadata: name: kuadrant-operator-catalog spec: - image: quay.io/kuadrant/kuadrant-operator-catalog:v1.0.0-rc6 #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