Files
kind/images/haproxy
Jintao Zhang 3e4eb8b795 bump haproxy to latest v2.2.0
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2020-07-08 10:32:42 +08:00
..
2020-07-08 10:32:42 +08:00
2020-06-17 19:30:39 -07:00

haproxy

This image is used internally by kind to implement kubeadm's "HA" mode, specifically to load balance the API server.

We cannot merely use the upstream haproxy image as haproxy will exit without a minimal config, so we introduce one that will list on the intended port and hot reload it at runtime with the actual desired config.

Building

You can docker build -t kindest/haproxy . in this directory to build a test image.

To push an actual image use ./push-cross.sh.