Releases: mhristache/kbird
Releases · mhristache/kbird
0.3
- remove the option to enable IP forwarding via an env var (added in 0.2)
- add option to run an init container that can be used to initialized the linux kernel forwarding part. The init container will execute raw linux shell commands specified as string value to the init key in the helm values file.
By default the init container will:- enable IP forwarding
- disable eth0
- enable UDP cheksum filling for routed packets (workaround for projectcalico/felix#40)
0.2
- add option to enable ip forwarding
0.1
add helm chart