Skip to content

Commit 6d9c0c8

Browse files
authored
Replace quickstart instructions in release template with doc site (#10700)
Signed-off-by: timflannagan <[email protected]>
1 parent 1d11561 commit 6d9c0c8

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.goreleaser.yaml

+1-25
Original file line numberDiff line numberDiff line change
@@ -170,28 +170,4 @@ release:
170170
171171
## Quickstart
172172
173-
First, create a [kind cluster](https://kind.sigs.k8s.io/docs/user/quick-start/#installation).
174-
175-
```bash
176-
kind create cluster
177-
```
178-
179-
Then, deploy the Kubernetes Gateway API CRDs.
180-
181-
```bash
182-
kubectl apply --kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.2.1"
183-
```
184-
185-
Install the `kgateway` controller.
186-
187-
```bash
188-
helm install --create-namespace --namespace kgateway-system --version {{ .Env.VERSION }} kgateway oci://{{ .Env.IMAGE_REGISTRY }}/charts/kgateway
189-
```
190-
191-
Verify the release was successful.
192-
193-
```bash
194-
kubectl get pods -n kgateway-system
195-
```
196-
197-
If the release was successful, you should see a `kgateway` pod running.
173+
For detailed installation instructions and next steps, please visit our [quickstart guide](https://kgateway.dev/docs/quickstart/).

0 commit comments

Comments
 (0)