Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
Observed change in address prefix for default AKS cluster. Update to the AGIC prefix in this scenario.

resolves #391
This commit is contained in:
Liam Moat 2022-10-21 11:44:15 +01:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 6d7dd54e3a
ΠšΠΎΠΌΠΌΠΈΡ‚ da3ab88719
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 1 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 3 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -1160,12 +1160,11 @@ var aks_addons1 = ingressApplicationGateway ? union(aks_addons, deployAppGw ? {
enabled: true
config: {
applicationGatewayName: appgwName
subnetCIDR: '10.2.0.0/16'
subnetCIDR: '10.225.0.0/16'
}
}
}) : aks_addons
var aks_identity = {
type: 'UserAssigned'
userAssignedIdentities: {
@ -1177,7 +1176,6 @@ var aks_identity = {
var aksPrivateDnsZone = privateClusterDnsMethod=='privateDnsZone' ? (!empty(dnsApiPrivateZoneId) ? dnsApiPrivateZoneId : 'system') : privateClusterDnsMethod
output aksPrivateDnsZone string = aksPrivateDnsZone
@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
var managedNATGatewayProfile = {
natGatewayProfile : {