Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Sep 29, 2018
1 parent 2297b31 commit dad36fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/acsengine/params_k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ func assignKubernetesParameters(properties *api.Properties, parametersMap params
} else {
addValue(parametersMap, "kubernetesNonMasqueradeCidr", DefaultVNETCIDR)
}
} else if properties.HostedMasterProfile != nil {
// TODO add AKS kubernetesNonMasqueradeCidr params value here
} else {
addValue(parametersMap, "kubernetesNonMasqueradeCidr", properties.OrchestratorProfile.KubernetesConfig.ClusterSubnet)
}
Expand Down

0 comments on commit dad36fb

Please sign in to comment.