diff --git a/website/content/docs/api-gateway/upgrade-specific-versions.mdx b/website/content/docs/api-gateway/upgrade-specific-versions.mdx index eb202d784b..fddf4a9f78 100644 --- a/website/content/docs/api-gateway/upgrade-specific-versions.mdx +++ b/website/content/docs/api-gateway/upgrade-specific-versions.mdx @@ -47,7 +47,7 @@ Ensure that the following requirements are met prior to upgrading: $ kubectl get Gateway --output json --all-namespaces ``` - If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields: + If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields: ```yaml apiVersion: gateway.networking.k8s.io/v1alpha2 @@ -84,8 +84,8 @@ Ensure that the following requirements are met prior to upgrading: example-certificate: - namespace: certificate-namespace parentNamespace: gateway-namespace - ``` + Proceed with the [standard-upgrade](#standard-upgrade) if your list is empty. @@ -183,7 +183,6 @@ Ensure that the following requirements are met prior to upgrading: ### Procedure - 1. Verify the current version of the `consul-api-gateway-controller` `Deployment`: ```shell-session diff --git a/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx b/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx index 7d6bf7ba30..7885645808 100644 --- a/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx +++ b/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx @@ -23,7 +23,7 @@ description: >- per `gateway` to all `gateways` in that `gatewayClass`. The minimum and maximum settings will override settings configured on any given `gateway`. - ~> **Note:** There is a hard limit of eight (8) instances per `gateway` and it can + ~> **Note:** There is a hard limit of eight (8) instances per `gateway` and it can not be overridden. This hard limit will probably be increased in the future. - **Cross Namespace Reference Policies for Certificates:** @@ -31,7 +31,6 @@ description: >- this release, Reference Policies are now required for TLS certificates when a `listener` has a `certificateRef` that is in a different `namespace`. - ## Supported Software - Consul 1.11.2+