
flannel-network-health
Flannel-network-health serves as health endpoint for network configuration created by flannel-operator.
- endpoint
/bridge-healthz - check if interface br-${CLUSTER_ID} is present and if it has configured right ip address
- endpoint
/flannel-healthz- check if interface flannel.${VNI} is present and if it has configured right ip address
How to build
Dependencies
Dependencies are managed using glide and contained in the vendor directory. See glide.yaml for a list of libraries this project directly depends on and glide.lock for complete information on all external libraries and their versions used.
Note: The vendor directory is flattened. Always use the --strip-vendor (or -v) flag when working with glide.
Building the standard way
go build
Cross-compiling in a container
Here goes the documentation on compiling for different architectures from inside a Docker container.
Running PROJECT
- How to use
- What does it do exactly
License
PROJECT is under the Apache 2.0 license. See the LICENSE file for details.