docs: update operator deployment
This commit is contained in:
25
docs/operator-manual/Uninstallation.md
Normal file
25
docs/operator-manual/Uninstallation.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Uninstall
|
||||
layout: default
|
||||
parent: Operator Manual
|
||||
nav_order: 5
|
||||
---
|
||||
|
||||
# Uninstall
|
||||
|
||||
```sh
|
||||
kubectl delete -f https://raw.githubusercontent.com/jkaninda/goma-operator/main/dist/install.yaml
|
||||
```
|
||||
|
||||
### Force Gateway deletion
|
||||
|
||||
```shell
|
||||
kubectl patch gateways.gomaproj.github.io (gatewayName) -p '{"metadata":{"finalizers":[]}}' --type=merge
|
||||
```
|
||||
|
||||
### Force gateway crd deletion
|
||||
|
||||
```shell
|
||||
kubectl patch crd gateways.gomaproj.github.io -p '{"metadata":{"finalizers":[]}}' --type=merge
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user