Skip to content

Commit db5fc12

Browse files
Update anchor link of Nodeport from #nodeport to #type-nodeport (#2348)
* Update anchor link from #nodeport to #type-nodeport in annotations.md * Update anchor link from #nodeport to #type-nodeport in annotations.md
1 parent c60d5e6 commit db5fc12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/ingress/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Traffic Routing can be controlled with following annotations:
170170

171171
- <a name="target-type">`alb.ingress.kubernetes.io/target-type`</a> specifies how to route traffic to pods. You can choose between `instance` and `ip`:
172172

173-
- `instance` mode will route traffic to all ec2 instances within cluster on [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) opened for your service.
173+
- `instance` mode will route traffic to all ec2 instances within cluster on [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) opened for your service.
174174

175175
!!!note ""
176176
service must be of type "NodePort" or "LoadBalancer" to use `instance` mode

docs/guide/service/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Traffic Routing can be controlled with following annotations:
7676

7777
- <a name="nlb-target-type">`service.beta.kubernetes.io/aws-load-balancer-nlb-target-type`</a> specifies the target type to configure for NLB. You can choose between
7878
`instance` and `ip`.
79-
- `instance` mode will route traffic to all EC2 instances within cluster on the [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) opened for your service.
79+
- `instance` mode will route traffic to all EC2 instances within cluster on the [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) opened for your service.
8080

8181
!!!note ""
8282
service must be of type `NodePort` or `LoadBalancer` for `instance` targets

0 commit comments

Comments
 (0)