Skip to content

Commit 90c2ee9

Browse files
add kubernetes-ingress.md to TOC (#34996)
* add kubernetes-ingress.md to TOC * Add YARP Kubernetes Ingress Controller to TOC * Fix link to Kubernetes Ingress sample
1 parent ae90dec commit 90c2ee9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

aspnetcore/fundamentals/servers/yarp/kubernetes-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: YARP Kubernetes Ingress Controller
44
description: YARP Kubernetes Ingress Controller
55
author: samsp-msft
66
ms.author: samsp
7-
ms.date: 2/6/2025
7+
ms.date: 3/6/2025
88
ms.topic: article
99
content_well_notification: AI-contribution
1010
ai-usage: ai-assisted
@@ -46,7 +46,7 @@ docker push <REGISTRY_NAME>/yarp-controller:<TAG>
4646

4747
where `REGISTRY_NAME` is the name of your docker registry and `TAG` is a tag for the image (for example 1.0.0).
4848

49-
Then the first step will be to deploy the YARP ingress controller to the Kubernetes cluster. This can be done by navigating to Kubernetes Ingress sample `\samples\KuberenetesIngress.Sample\Ingress`
49+
Then the first step will be to deploy the YARP ingress controller to the Kubernetes cluster. This can be done by navigating to [Kubernetes Ingress sample](https://github.com/dotnet/yarp/tree/release/latest/samples/KubernetesIngress.Sample) `\samples\KuberenetesIngress.Sample\Ingress`
5050
and running (after modifying `ingress-controller.yaml` with the same `REGISTRY_NAME` and `TAG`):
5151

5252
```

aspnetcore/toc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,10 @@ items:
13031303
uid: fundamentals/servers/yarp/httpsys-delegation
13041304
- name: Service Fabric Integration
13051305
displayName: yarp
1306-
uid: fundamentals/servers/yarp/service-fabric-int
1306+
uid: fundamentals/servers/yarp/service-fabric-int
1307+
- name: YARP Kubernetes Ingress Controller
1308+
displayName: yarp
1309+
uid: fundamentals/servers/yarp/kubernetes-ingress
13071310
- name: Troubleshooting
13081311
items:
13091312
- name: Diagnosing proxy issues

0 commit comments

Comments
 (0)