mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Felix configuration via extraenvs of calico node (#6433)
This commit is contained in:
committed by
GitHub
parent
e06e6895da
commit
4b80a7f6fe
@@ -235,6 +235,15 @@ 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:
|
||||
|
||||
### Optional : Felix configuration via extraenvs of calico node
|
||||
|
||||
Possible environment variable parameters for [configuring Felix](https://docs.projectcalico.org/reference/felix/configuration)
|
||||
|
||||
```yml
|
||||
calico_node_extra_envs:
|
||||
FELIX_DEVICEROUTESOURCEADDRESS: 172.17.0.1
|
||||
```
|
||||
|
||||
```ShellSession
|
||||
neutron security-group-rule-create --protocol 4 --direction egress k8s-a0tp4t
|
||||
neutron security-group-rule-create --protocol 4 --direction igress k8s-a0tp4t
|
||||
|
||||
Reference in New Issue
Block a user