From a04c14e78c867472dd2ff9f913cd8db3692475fa Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Tue, 26 Nov 2019 20:59:22 +0200 Subject: [PATCH] Update 11-pod-network-routes.md --- docs/11-pod-network-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/11-pod-network-routes.md b/docs/11-pod-network-routes.md index c9f0b6a..16cc766 100644 --- a/docs/11-pod-network-routes.md +++ b/docs/11-pod-network-routes.md @@ -4,7 +4,7 @@ Pods scheduled to a node receive an IP address from the node's Pod CIDR range. A In this lab you will create a route for each worker node that maps the node's Pod CIDR range to the node's internal IP address. -> There are [other ways](https://kubernetes.io/docs/concepts/cluster-administration/networking/#how-to-achieve-this) to implement the Kubernetes networking model. +> There are [other ways](https://kubernetes.io/docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-networking-model) to implement the Kubernetes networking model. ## The Routing Table