Skip to content

Commit

Permalink
Merge pull request #853 from nak3/use-040-rc1
Browse files Browse the repository at this point in the history
docs: Use v0.4.0-rc1 in "Getting started with Gateway APIs" for v1alpha2
  • Loading branch information
k8s-ci-robot authored Sep 8, 2021
2 parents ff66fd9 + 5587f7d commit 5ac109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-src/v1alpha2/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
```

Expand All @@ -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 -
```

0 comments on commit 5ac109c

Please sign in to comment.