Skip to content

Commit

Permalink
Minor updates to Gateway docs
Browse files Browse the repository at this point in the history
This PR makes the following updates:
1. Updates the link to the gateway deployment to use
   istio.io instead of preliminary.istio.io
2. Removes the namespace reference to align with the
   recommendation that the gateway should be deployed
   in the same namespace as the application.

Signed-off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam committed Nov 5, 2024
1 parent 66b4166 commit 95e8321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common/create-and-configure-gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can deploy gateways using either the Gateway API or Gateway Injection method
Gateway Injection uses the same mechanisms as Istio sidecar injection to create
a gateway from a `Deployment` resource that is paired with a `Service` resource
that can be made accessible from outside the cluster. For more information, see
[Installing Gateways](https://preliminary.istio.io/latest/docs/setup/additional-setup/gateway/#deploying-a-gateway).
[Installing Gateways](https://istio.io/latest/docs/setup/additional-setup/gateway/#deploying-a-gateway).

To configure gateway injection with the `bookinfo` application, we have provided
a [sample gateway configuration](../../chart/samples/ingress-gateway.yaml?raw=1) that should be applied in the namespace
Expand All @@ -22,7 +22,7 @@ where the application is installed:
1. Create the `istio-ingressgateway` deployment and service:

```sh
$ oc apply -f -n <app-namespace> ingress-gateway.yaml
$ oc apply -f ingress-gateway.yaml
```

2. Configure the `bookinfo` application with the new gateway:
Expand Down

0 comments on commit 95e8321

Please sign in to comment.