Improve see-also references for gateway api (#12459)

This commit is contained in:
Frank Budinsky 2023-01-16 00:38:29 -05:00 committed by GitHub
parent d7b4d2503e
commit 97c901688a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ $ kubectl wait -n sample-ingress --for=condition=ready gateway sample-gateway
$ export INGRESS_HOST=$(kubectl get -n sample-ingress gateway sample-gateway -o jsonpath='{.status.addresses[*].value}')
{{< /text >}}
Then we can attach an [HTTPRoute](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1beta1.HTTPRoute)
Next, we attach an [HTTPRoute](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1beta1.HTTPRoute)
to the `sample-gateway` (i.e., using the `parentRefs` field) to expose and route traffic to the helloworld service:
{{< text bash >}}

View File

@ -6,7 +6,7 @@ aliases:
- /docs/setup/kubernetes/getting-started/
- /docs/setup/kubernetes/
- /docs/setup/kubernetes/install/kubernetes/
keywords: [getting-started, install, bookinfo, quick-start, kubernetes]
keywords: [getting-started, install, bookinfo, quick-start, kubernetes, gateway-api]
owner: istio/wg-environments-maintainers
test: yes
---

View File

@ -5,7 +5,7 @@ weight: 50
aliases:
- /docs/tasks/traffic-management/ingress/service-apis/
- /latest/docs/tasks/traffic-management/ingress/service-apis/
keywords: [traffic-management,ingress]
keywords: [traffic-management,ingress, gateway-api]
owner: istio/wg-networking-maintainers
test: yes
---