We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1e2c6 commit 7806497Copy full SHA for 7806497
docs/versioned/serving/config-network-adapters.md
@@ -47,14 +47,15 @@ The Knative `networking.internal.knative.dev` Ingress type is generally referred
47
theme: default
48
---
49
flowchart LR
50
- subgraph bottom[" "]
+ subgraph bottom[" "]
51
direction LR
52
envoy["Envoy deployment<br>kourier-system namespace"]
53
kourier["net-kourier<br>controller"]
54
kingress2["KIngress<br>Class: kourier.ingress.networking.knative.dev"]
55
end
56
kingress2 -- read by --> kourier
57
kourier -- programs --> envoy
58
+
59
style envoy fill:#BBDEFB
60
style kourier fill:#FFE0B2
61
style bottom fill:transparent
0 commit comments