Gordon Byers

Results 74 comments of Gordon Byers

yep, looks like our default resource name doesn't work. need some cleansing logic put into the storage account name. var

Repro'd with ```bash az deployment group create -g innerloop -f bicep/main.bicep --parameters resourceName=az-k8s-bea2 JustUseSystemPool=true custom_vnet=true CreateNetworkSecurityGroups=true CreateNetworkSecurityGroupFlowLogs=true ``` Fixed in linked PR

@aknimbal - assigned 👍

@aknimbal - [Dynamic allocation of pod IPs](https://aka.ms/aks/dynamicips) and pod subnets is now generally available, allowing increased granular control and efficiency of the cluster IP space.

@lastcoolnameleft can you try dropping the `authorizedIPRanges` parameter and see if there's a difference?

@lastcoolnameleft - There are a few instances of this being reported on the AKS repo, eg. https://github.com/Azure/AKS/issues/2793 I don't think it's necessarily an AKS Construction template issue, but it's worth...

Repro'd ![image](https://user-images.githubusercontent.com/17914476/183220889-766b747b-1b92-4bab-8385-c4dd579122a5.png)

I pulled the `authorizedIPRanges` parameter and it worked fine. @khowling - thoughts? I think we should drop `authorizedIPRanges` from the **presets** because i've seen this pop up sporadically over the...

Looks like https://github.com/Azure/AKS-Construction/releases/tag/0.8.9 fixes this FYI @lastcoolnameleft

This work is in https://github.com/Azure/AKS-Construction/tree/gb-clusterexten However the end to end workflow of Web App Routing seems to be problematic at the moment. Pausing this work until it has been iterated...