Update uses of deprecated gateway-api version of resources (#14037)

This commit is contained in:
Frank Budinsky 2023-10-20 11:43:55 -04:00 committed by GitHub
parent 1715326eaa
commit 6e51ef2d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ Using the Kubernetes Gateway API, you can deploy a waypoint proxy for the `produ
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: productpage
@ -326,7 +326,7 @@ Deploy a waypoint proxy for the `review` service, using the `bookinfo-review` se
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: reviews

View File

@ -231,7 +231,7 @@ $ kubectl exec deploy/notsleep -- curl -s http://productpage:9080/ | head -n1
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: productpage
@ -329,7 +329,7 @@ istio_requests_total{
{{< text bash >}}
$ kubectl apply -f - <<EOF
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: reviews