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 @@ -33,20 +33,6 @@ Uninstall any Serving extensions you have installed by performing the steps in t
3333 kubectl delete -f {{ artifact( repo="serving", file="serving-hpa.yaml") }}
3434 ```
3535
36-
37-
38- === "TLS with cert-manager"
39-
40- 1. Uninstall the component that integrates Knative with cert-manager:
41-
42- ```bash
43- kubectl delete -f {{ artifact( repo="net-certmanager", file="release.yaml") }}
44- ```
45-
46- 1. Optional: if you no longer need cert-manager, uninstall it by following the steps in the
47- [cert-manager documentation](https://cert-manager.io/docs/installation/uninstall/kubernetes/).
48-
49-
5036### Uninstalling a networking layer
5137
5238Follow the relevant procedure to uninstall the networking layer you installed:
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ that are active when running Knative Serving.
4444 activator 1 1 1 1 1h
4545 autoscaler 1 1 1 1 1h
4646 controller 1 1 1 1 1h
47- net-certmanager-controller 1 1 1 1 1h
4847 net-istio-controller 1 1 1 1 1h
4948 webhook 1 1 1 1 1h
5049 ` ` `
@@ -78,10 +77,6 @@ The webhook intercepts all Kubernetes API calls as well as all CRD insertions
7877and updates. It sets default values, rejects inconsistent and invalid objects,
7978and validates and mutates Kubernetes API calls.
8079
81- # ## Deployment: net-certmanager-controller
82-
83- The certmanager reconciles cluster ingresses into cert manager objects.
84-
8580# ## Deployment: net-istio-controller
8681
8782The net-istio-controller deployment reconciles a cluster' s ingress into an
You can’t perform that action at this time.
0 commit comments