From 5587f7d0202119fdf7226748487c8e569971a4e4 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 7 Sep 2021 20:03:23 +0900 Subject: [PATCH] docs: Use v0.4.0-rc1 in "Getting started with Gateway APIs" for v1alpha2 --- site-src/v1alpha2/guides/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-src/v1alpha2/guides/getting-started.md b/site-src/v1alpha2/guides/getting-started.md index e8d1660f8e..24855dbdc7 100644 --- a/site-src/v1alpha2/guides/getting-started.md +++ b/site-src/v1alpha2/guides/getting-started.md @@ -36,7 +36,7 @@ these resources. Installing the CRDs will just allow you to see and apply the resources, though they won't do anything. ``` -kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.3.0" \ +kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.0-rc1" \ | kubectl apply -f - ``` @@ -50,7 +50,7 @@ these resources. ``` -kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.3.0" \ +kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.0-rc1" \ | kubectl delete -f - ```