Skip to content

Commit c04dac9

Browse files
committed
Updates Quickstart for v0.2.0-rc2
Signed-off-by: danehans <[email protected]>
1 parent 91602fe commit c04dac9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/user/QUICKSTART.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,32 @@ __Note:__ Envoy Gateway is tested against Kubernetes v1.24.1.
99
## Installation
1010
Install the Gateway API CRDs:
1111
```shell
12-
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc1/gatewayapi-crds.yaml
12+
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc2/gatewayapi-crds.yaml
1313
```
1414

1515
Run Envoy Gateway:
1616
```shell
17-
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc1/install.yaml
17+
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc2/install.yaml
1818
```
1919

2020
Run the example app:
2121
```shell
22-
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc1/examples/kubernetes/httpbin.yaml
22+
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/httpbin.yaml
2323
```
2424

25-
Due to [Issue 301][issue_301], Gateway API resources must be created in the following order. First, create the
26-
GatewayClass:
25+
The Gateway API resources must be created in the following order. First, create the GatewayClass:
2726
```shell
28-
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc1/examples/kubernetes/gatewayclass.yaml
27+
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/gatewayclass.yaml
2928
```
3029

3130
Create the Gateway:
3231
```shell
33-
kubectl apply -f https://raw.githubusercontent.com//envoyproxy/gateway/v0.2.0-rc1/examples/kubernetes/gateway.yaml
32+
kubectl apply -f https://raw.githubusercontent.com//envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/gateway.yaml
3433
```
3534

3635
Create the HTTPRoute to route traffic through Envoy proxy to the example app:
3736
```shell
38-
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc1/examples/kubernetes/httproute.yaml
37+
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/httproute.yaml
3938
```
4039

4140
### Testing the configuration
@@ -86,22 +85,21 @@ kubectl delete gc/eg
8685

8786
Uninstall the example app:
8887
```shell
89-
kubectl delete -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc1/examples/kubernetes/httpbin.yaml
88+
kubectl delete -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/httpbin.yaml
9089
```
9190

9291
Uninstall Envoy Gateway:
9392
```shell
94-
kubectl delete -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc1/install.yaml
93+
kubectl delete -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc2/install.yaml
9594
```
9695

9796
Uninstall Gateway API CRDs:
9897
```shell
99-
kubectl delete -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc1/gatewayapi-crds.yaml
98+
kubectl delete -f https://github.com/envoyproxy/gateway/releases/download/v0.2.0-rc2/gatewayapi-crds.yaml
10099
```
101100

102101
## Next Steps
103102
Checkout the [Developer Guide](../../DEVELOPER.md) to get involved in the project.
104103

105-
[issue_301]: https://github.com/envoyproxy/gateway/issues/301
106104
[kind]: https://kind.sigs.k8s.io/
107105
[httpbin_methods]: https://httpbin.org/#/HTTP_Methods

0 commit comments

Comments
 (0)