489 B
489 B
title, layout, parent, nav_order
| title | layout | parent | nav_order |
|---|---|---|---|
| Uninstall | default | Operator Manual | 5 |
Uninstall
kubectl delete -f https://raw.githubusercontent.com/jkaninda/goma-operator/main/dist/install.yaml
Force Gateway deletion
kubectl patch gateways.gomaproj.github.io (gatewayName) -p '{"metadata":{"finalizers":[]}}' --type=merge
Force gateway crd deletion
kubectl patch crd gateways.gomaproj.github.io -p '{"metadata":{"finalizers":[]}}' --type=merge