Se connecte à la machine on-premise via SSH et installe k3s single-node puis instancie le module. apply reste à faire une fois la machine prête.
8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
ssh_host = "10.0.0.10"
|
|
ssh_port = 22
|
|
ssh_user = "root"
|
|
ssh_private_key_path = "~/.ssh/id_ed25519_enervision"
|
|
k3s_version = ""
|
|
k3s_disable_components = ["traefik"]
|
|
kubeconfig_output_path = "./kubeconfig"
|