We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4953e commit a7fc0fcCopy full SHA for a7fc0fc
conformance/Makefile
@@ -89,7 +89,7 @@ uninstall-nkg: uninstall-k8s-components undo-manifests-update ## Uninstall NKG o
89
90
.PHONY: uninstall-k8s-components
91
uninstall-k8s-components: ## Uninstall installed components on configured kind cluster
92
- kubectl delete -f $(NKG_MANIFEST)
+ -kubectl delete -f $(NKG_MANIFEST)
93
./scripts/uninstall-gateway.sh $(GW_API_VERSION)
94
kubectl delete clusterrole nginx-gateway-provisioner
95
kubectl delete clusterrolebinding nginx-gateway-provisioner
0 commit comments