File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,6 @@ Uninstall any Serving extensions you have installed by performing the steps in t
2525 kubectl delete -f {{ artifact( repo="serving", file="serving-hpa.yaml") }}
2626 ```
2727
28-
29-
30- === "TLS with cert-manager"
31-
32- 1. Uninstall the component that integrates Knative with cert-manager:
33-
34- ```bash
35- kubectl delete -f {{ artifact( repo="net-certmanager", file="release.yaml") }}
36- ```
37-
38- 1. Optional: if you no longer need cert-manager, uninstall it by following the steps in the
39- [cert-manager documentation](https://cert-manager.io/docs/installation/uninstall/kubernetes/).
40-
41-
4228### Uninstalling a networking layer
4329
4430Follow the relevant procedure to uninstall the networking layer you installed:
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ that are active when running Knative Serving.
3737 activator 1 1 1 1 1h
3838 autoscaler 1 1 1 1 1h
3939 controller 1 1 1 1 1h
40- net-certmanager-controller 1 1 1 1 1h
4140 net-istio-controller 1 1 1 1 1h
4241 webhook 1 1 1 1 1h
4342 ` ` `
@@ -71,10 +70,6 @@ The webhook intercepts all Kubernetes API calls as well as all CRD insertions
7170and updates. It sets default values, rejects inconsistent and invalid objects,
7271and validates and mutates Kubernetes API calls.
7372
74- # ## Deployment: net-certmanager-controller
75-
76- The certmanager reconciles cluster ingresses into cert manager objects.
77-
7873# ## Deployment: net-istio-controller
7974
8075The net-istio-controller deployment reconciles a cluster' s ingress into an
You can’t perform that action at this time.
0 commit comments