Configure ssh while provisioning K3s

This commit is contained in:
bom 2022-07-08 13:07:38 +02:00
parent 72ed2951ee
commit 9e1ae05c12

View file

@ -112,6 +112,8 @@ fun Prov.installK3s(k3sConfig: K3sConfig): ProvResult {
cmd("ln -sf $k3sKubeConfig " + k8sCredentialsDir + "admin.conf", sudo = true)
configureShellAliases()
configureSsh()
}
}