Skip to content

Commit

Permalink
Fix error in uninstall gateway api resources doc (#2127)
Browse files Browse the repository at this point in the history
Problem: The uninstall Gateway API resources doc default command uninstalls the experimental versions of the CRDs instead of the standard.

Solution: Fix command to point to standard.
  • Loading branch information
kate-osborn committed Jun 11, 2024
1 parent 3a37274 commit 5001317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docs: "DOCS-1436"
To uninstall the Gateway API resources, run the following:

```shell
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.3.0" | kubectl delete -f -
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.3.0" | kubectl delete -f -
```

Alternatively, if you installed the Gateway APIs from the experimental channel, run the following:
Expand Down

0 comments on commit 5001317

Please sign in to comment.