2 Commits

Author SHA1 Message Date
Andrey Smirnov
616cae5c9f chore: fix small misprint
Nothing to say here, but validator requires commit body.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-02-27 00:34:56 +03:00
Andrey Smirnov
76c2038b13 chore: implement loadbalancer for firecracker provisioner
This PR contains generic simple TCP loadbalancer code, and glue code for
firecracker provisioner to use this loadbalancer.

K8s control plane is passed through the load balancer, and Talos API is
passed only to the init node (for now, as some APIs, including
kubeconfig, don't work with non-init node).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-02-13 23:07:13 +03:00