- small updates to k8s server/node/etcd-replica - change k8s networking to all use networkd
12 lines
256 B
Puppet
12 lines
256 B
Puppet
# deploy k8s workers
|
|
class roles::infra::k8s::etcd {
|
|
if $facts['firstrun'] {
|
|
include profiles::defaults
|
|
include profiles::firstrun::init
|
|
}else{
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::base::datavol
|
|
}
|
|
}
|