From e6eda9d811ca3e4b4043c3939269d910252cbfee Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Thu, 30 Mar 2023 05:27:48 +0530 Subject: [PATCH] corrected reference link to valid one (#9940) * corrected reference link to valid one * Update calico.md incorporated review comments --- docs/calico.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/calico.md b/docs/calico.md index 937cc05d3..ce9432caf 100644 --- a/docs/calico.md +++ b/docs/calico.md @@ -187,7 +187,7 @@ The inventory above will deploy the following topology assuming that calico's ### Optional : Define default endpoint to host action -By default Calico blocks traffic from endpoints to the host itself by using an iptables DROP action. When using it in kubernetes the action has to be changed to RETURN (default in kubespray) or ACCEPT (see and Otherwise all network packets from pods (with hostNetwork=False) to services endpoints (with hostNetwork=True) within the same node are dropped. +By default Calico blocks traffic from endpoints to the host itself by using an iptables DROP action. When using it in kubernetes the action has to be changed to RETURN (default in kubespray) or ACCEPT (see ) Otherwise all network packets from pods (with hostNetwork=False) to services endpoints (with hostNetwork=True) within the same node are dropped. To re-define default action please set the following variable in your inventory: