mirror of https://github.com/istio/istio.io.git
Update uses of deprecated gateway-api version of resources (#14037)
This commit is contained in:
parent
1715326eaa
commit
6e51ef2d12
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue