Skip to content
Snippets Groups Projects
Commit a49e06b5 authored by oz123's avatar oz123 Committed by Oz N Tiram
Browse files

Document how to allow ipip traffic with calico on OpenStack

parent a498cc22
Branches
Tags
No related merge requests found
...@@ -169,3 +169,12 @@ By default the felix agent(calico-node) will abort if the Kernel RPF setting is ...@@ -169,3 +169,12 @@ By default the felix agent(calico-node) will abort if the Kernel RPF setting is
``` ```
calico_node_ignorelooserpf: true calico_node_ignorelooserpf: true
``` ```
Note that in OpenStack you must allow `ipip` traffic in your security groups,
otherwise you will experience timeouts.
To do this you must add a rule which allows it, for example:
```
neutron security-group-rule-create --protocol 4 --direction egress k8s-a0tp4t
neutron security-group-rule-create --protocol 4 --direction igress k8s-a0tp4t
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment