We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d796ae5 commit 372d59aCopy full SHA for 372d59a
pkg/acsengine/defaults.go
@@ -291,8 +291,7 @@ func setOrchestratorDefaults(cs *api.ContainerService) {
291
a.OrchestratorProfile.KubernetesConfig.TillerMemoryLimit = DefaultTillerMemoryLimit
292
}
293
294
- if a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB == "" {
295
- fmt.Println("didn't find EtcdDiskSizeGB")
+ if "" == a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB {
296
a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB = DefaultEtcdDiskSize
297
298
0 commit comments