HA working with k0s too

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales
2025-03-21 23:29:16 +01:00
parent b2a3963a5e
commit 0d18f69c1c
4 changed files with 33 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ type K8sControlPlane interface {
SetIP(ip string)
GuessInterface()
Distro() string
SetupHAToken() error
}
type K8sWorker interface {