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
33
33
kubectl delete -f {{ artifact( repo="serving", file="serving-hpa.yaml") }}
34
34
```
35
35
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
-
50
36
### Uninstalling a networking layer
51
37
52
38
Follow 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.
44
44
activator 1 1 1 1 1h
45
45
autoscaler 1 1 1 1 1h
46
46
controller 1 1 1 1 1h
47
- net-certmanager-controller 1 1 1 1 1h
48
47
net-istio-controller 1 1 1 1 1h
49
48
webhook 1 1 1 1 1h
50
49
` ` `
@@ -78,10 +77,6 @@ The webhook intercepts all Kubernetes API calls as well as all CRD insertions
78
77
and updates. It sets default values, rejects inconsistent and invalid objects,
79
78
and validates and mutates Kubernetes API calls.
80
79
81
- # ## Deployment: net-certmanager-controller
82
-
83
- The certmanager reconciles cluster ingresses into cert manager objects.
84
-
85
80
# ## Deployment: net-istio-controller
86
81
87
82
The net-istio-controller deployment reconciles a cluster' s ingress into an
You can’t perform that action at this time.
0 commit comments