mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
add a minimal readme for the haproxy image
This commit is contained in:
14
images/haproxy/README.md
Normal file
14
images/haproxy/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user