Skip to content

Commit 5001317

Browse files
kate-osbornKate Osborn
authored and
Kate Osborn
committed
Fix error in uninstall gateway api resources doc (#2127)
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.
1 parent 3a37274 commit 5001317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/includes/installation/uninstall-gateway-api-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docs: "DOCS-1436"
77
To uninstall the Gateway API resources, run the following:
88

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

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

0 commit comments

Comments
 (0)