remove bootstrap pods from cluster, and render in hosts' context
This commit is contained in:
@ -43,9 +43,8 @@ func main() {
|
||||
// ----------------------------------------------------------------------
|
||||
for _, cluster := range src.Clusters {
|
||||
dst.Clusters = append(dst.Clusters, &localconfig.Cluster{
|
||||
Name: cluster.Name,
|
||||
Addons: renderAddons(cluster),
|
||||
BootstrapPods: renderBootstrapPodsDS(cluster),
|
||||
Name: cluster.Name,
|
||||
Addons: renderAddons(cluster),
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user