Skip to content

Commit 17f1d7c

Browse files
drop references to old net-cert-manager controller (#6336)
Co-authored-by: Dave Protasowski <[email protected]>
1 parent f576745 commit 17f1d7c

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

docs/install/uninstall.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

4430
Follow the relevant procedure to uninstall the networking layer you installed:

docs/serving/knative-kubernetes-services.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
7170
and updates. It sets default values, rejects inconsistent and invalid objects,
7271
and 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

8075
The net-istio-controller deployment reconciles a cluster's ingress into an

0 commit comments

Comments
 (0)