mirror of https://github.com/kubernetes/kops.git
Adding todo note for myself later
This commit is contained in:
parent
e059f01680
commit
f44c9a4ee9
|
|
@ -31,6 +31,7 @@ import (
|
||||||
func PerformAssignments(c *kops.Cluster) error {
|
func PerformAssignments(c *kops.Cluster) error {
|
||||||
|
|
||||||
// Topology support
|
// 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 {
|
if c.Spec.Topology == nil {
|
||||||
c.Spec.Topology = &kops.TopologySpec{Masters: kops.TopologyPublic, Nodes: kops.TopologyPublic}
|
c.Spec.Topology = &kops.TopologySpec{Masters: kops.TopologyPublic, Nodes: kops.TopologyPublic}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue