Skip to content
Snippets Groups Projects
Unverified Commit e6eda9d8 authored by Kundan Kumar's avatar Kundan Kumar Committed by GitHub
Browse files

corrected reference link to valid one (#9940)

* corrected reference link to valid one

* Update calico.md

incorporated review comments
parent e8f0fb82
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ The inventory above will deploy the following topology assuming that calico's ...@@ -187,7 +187,7 @@ The inventory above will deploy the following topology assuming that calico's
### Optional : Define default endpoint to host action ### 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 <https://github.com/projectcalico/felix/issues/660> and <https://github.com/projectcalico/calicoctl/issues/1389).> 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 <https://docs.tigera.io/calico/latest/network-policy/hosts/protect-hosts#control-default-behavior-of-workload-endpoint-to-host-traffic> ) 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: To re-define default action please set the following variable in your inventory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment