mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Merge pull request #3325 from firaxis/configurable_felix_healthhost
Make Felix healthhost configurable
This commit is contained in:
@@ -164,6 +164,15 @@ To re-define default action please set the following variable in your inventory:
|
||||
calico_endpoint_to_host_action: "ACCEPT"
|
||||
```
|
||||
|
||||
##### Optional : Define address on which Felix will respond to health requests
|
||||
|
||||
Since Calico 3.2.0, HealthCheck default behavior changed from listening on all interfaces to just listening on localhost.
|
||||
|
||||
To re-define health host please set the following variable in your inventory:
|
||||
```
|
||||
calico_healthhost: "0.0.0.0"
|
||||
```
|
||||
|
||||
Cloud providers configuration
|
||||
=============================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user