Adding todo note for myself later

This commit is contained in:
Kris Nova 2016-12-29 06:04:09 -07:00
parent e059f01680
commit f44c9a4ee9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import (
func PerformAssignments(c *kops.Cluster) error {
// Topology support
// TODO Kris: Unsure if this needs to be here, or if the API conversion code will handle it
if c.Spec.Topology == nil {
c.Spec.Topology = &kops.TopologySpec{Masters: kops.TopologyPublic, Nodes: kops.TopologyPublic}
}