You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a windows pool with addpool will always use s00 as a prefix which might overlap with existing pools.
Steps To Reproduce
Create a cluster with a windows pool (note that the initial pool might have a s01 prefix when added)
Add a new windows pool with addpool (this will get a s00 prefix)
try to add another windows pool. (this will use s00 as prefix again and deployment will fail with conflict errors from the existing resources)
Expected behavior
addpool should see which pools are present and try to find a prefix that is available.
AKS Engine version
v0.71.0
v0.73.0
v0.75.3
Kubernetes version
all available
Additional context
As a workaround, I ended up downloading the arm template from the Azure Stack Hub portal, update the secrets, change the VMNamePrefix to something that is available and redeploy the template manually.
I am a bit scared that this will cause issues with a future scale operation.
Prefixes on widows pools have been a mess.
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding a windows pool with addpool will always use s00 as a prefix which might overlap with existing pools.
Steps To Reproduce
Expected behavior
addpool should see which pools are present and try to find a prefix that is available.
AKS Engine version
v0.71.0
v0.73.0
v0.75.3
Kubernetes version
all available
Additional context
As a workaround, I ended up downloading the arm template from the Azure Stack Hub portal, update the secrets, change the VMNamePrefix to something that is available and redeploy the template manually.
I am a bit scared that this will cause issues with a future scale operation.
Prefixes on widows pools have been a mess.
The text was updated successfully, but these errors were encountered: