mirror of https://github.com/knative/docs.git
Fix the display issues for the commands in CLI plugin (#5111)
This commit is contained in:
parent
ba5b5eca6b
commit
3a70add6f7
|
@ -129,6 +129,7 @@ you can configure Knative Serving with different ingresses:
|
|||
|
||||
```bash
|
||||
kn operator enable ingress --istio -n knative-serving
|
||||
```
|
||||
|
||||
=== "Contour"
|
||||
|
||||
|
@ -144,6 +145,7 @@ you can configure Knative Serving with different ingresses:
|
|||
|
||||
```bash
|
||||
kn operator enable ingress --contour -n knative-serving
|
||||
```
|
||||
|
||||
## Installing the Knative Eventing component
|
||||
|
||||
|
|
Loading…
Reference in New Issue