mirror of https://github.com/kubernetes/kops.git
parent
fcd010044b
commit
6c67c38fbe
|
@ -46,7 +46,7 @@ func assignCIDRsToSubnets(c *kops.Cluster) error {
|
|||
// for now we'll require users to set CIDRs themselves
|
||||
|
||||
if allSubnetsHaveCIDRs(c) {
|
||||
glog.V(4).Infof("All subnets have CIDRs; skipping asssignment logic")
|
||||
glog.V(4).Infof("All subnets have CIDRs; skipping assignment logic")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ func assignCIDRsToSubnets(c *kops.Cluster) error {
|
|||
}
|
||||
|
||||
if allSubnetsHaveCIDRs(c) {
|
||||
glog.V(4).Infof("All subnets have CIDRs; skipping asssignment logic")
|
||||
glog.V(4).Infof("All subnets have CIDRs; skipping assignment logic")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue