r/k8s-controller: Deploy HAProxy

The _haproxy_ role only installs HAProxy and provides some basic global
configuration; it expects another role to depend on it and provide
concrete proxy configuration with drop-in configuration files.  Thus, we
need a role specifically for the Kubernetes control plane nodes to
provide the configuration to proxy for the API server.
This commit is contained in:
2025-07-22 09:52:19 -05:00
parent 381ffe7112
commit c7374c8cca
5 changed files with 73 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
dependencies:
- role: kubelet
- role: keepalived
tags:
- keepalived
- role: haproxy
tags:
- haproxy