Configure ssh while provisioning K3s
This commit is contained in:
parent
72ed2951ee
commit
9e1ae05c12
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ fun Prov.installK3s(k3sConfig: K3sConfig): ProvResult {
|
|||
cmd("ln -sf $k3sKubeConfig " + k8sCredentialsDir + "admin.conf", sudo = true)
|
||||
|
||||
configureShellAliases()
|
||||
|
||||
configureSsh()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue