Skip to content

Commit 845b289

Browse files
committed
Update config-network-adapters.md
Minor edit to rebuild
1 parent d10aa03 commit 845b289

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/versioned/serving/config-network-adapters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ The Knative team tests the following ingress controllers:
145145

146146
Each ingress controller manages only those ingress objects that are annotated with its key. Knative Serving uses a default value of the key based on the `network-config` ConfigMap. See [Changing the ingress controller](#change-the-controller) for important information about using this key.
147147

148-
149148
## Changing the controller
150149

151150
If you want to change the controller, install and configure the new controller as instructed in the [Network layer options](#network-layer-options). There is no requirement to remove ingress controllers that are not in use.
@@ -168,7 +167,7 @@ If you want to switch back to a previously installed controller, patch the `conf
168167
```bash
169168
kubectl patch cm config-network -n knative-serving \
170169
--type merge -p '{"data":{"ingress-class":"kourier.ingress.networking.knative.dev"}}'
171-
```
170+
```
172171

173172
You can remove an unused key with a dot with the following command:
174173

0 commit comments

Comments
 (0)