Skip to content

Commit 0065b40

Browse files
authored
drop references to old net-cert-manager controller (#6333)
1 parent f89b0e9 commit 0065b40

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
@@ -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

5238
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
@@ -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
7877
and updates. It sets default values, rejects inconsistent and invalid objects,
7978
and 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

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

0 commit comments

Comments
 (0)