Skip to content

Commit 57ac62f

Browse files
committed
A hopeful test
1 parent 0674346 commit 57ac62f

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

docs/snippets/netadapter-contour.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!-- Referenced by:
22
- install/yaml-install/serving/install-serving-with-yaml.md
33
-->
4-
=== "Contour"
5-
64
Use the following steps to install and enable Contour and set it as the ingress controller.
75

86
1. Install the Knative Contour configuration:

docs/snippets/netadapter-gatewayapi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!-- Referenced by:
22
- install/yaml-install/serving/install-serving-with-yaml.md
33
-->
4-
=== "Gateway API"
5-
64
Use the following steps to install and configure the Knative Gateway API adapter. Note that you need to have a [Gateway API implementation](https://gateway-api.sigs.k8s.io/implementations/) installed in your cluster. The Knative team currently tests the Istio, Contour, and Envoy-Gateway implementations of Gateway API.
75

86
1. Install the Knative Gateway API:

docs/snippets/netadapter-istio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!-- Referenced by:
22
- install/yaml-install/serving/install-serving-with-yaml.md
33
-->
4-
=== "Istio"
5-
64
Use the following steps to install Istio and set it as the ingress controller.
75

86
1. Install a properly configured Istio:

docs/snippets/netadapter-kourier.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!-- Referenced by:
22
- install/yaml-install/serving/install-serving-with-yaml.md
33
-->
4-
=== "Kourier"
5-
64
Use the following steps to install Kourier and set it as the ingress controller.
75

86
1. Install the Knative Kourier controller:

docs/versioned/install/yaml-install/serving/install-serving-with-yaml.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ To install the Knative Serving component:
4343

4444
Expand the following tabs for instructions on installing network layers. For an overview of network layer options, architecture, and configurations see [Configure Knative networking](../../../serving/config-network-adapters.md).
4545

46+
=== "Kourier"
4647
{% include "netadapter-kourier.md" %}
48+
=== "Contour"
4749
{% include "netadapter-contour.md" %}
50+
=== "Istio"
4851
{% include "netadapter-istio.md" %}
52+
=== "Gateway API"
4953
{% include "netadapter-gatewayapi.md" %}
5054

5155
## Verify the installation

0 commit comments

Comments
 (0)