Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAT Gateway deployment failure #709

Closed
samaea opened this issue Aug 9, 2024 · 1 comment
Closed

NAT Gateway deployment failure #709

samaea opened this issue Aug 9, 2024 · 1 comment

Comments

@samaea
Copy link
Contributor

samaea commented Aug 9, 2024

Describe the bug
When selecting NAT Gateway as an option, it fails with the following deployment error message:-

Invalid request body. Converting request body to a managed cluster encountered error: json: unknown field "natGatewayProfile" Check that the field is in the right location, is spelled correctly, and is supported in the API version. Visit aka.ms/aks/apiversions for more API version information.. (Code: UnmarshalError, Target: /subscriptions/0ab85873-613e-40df-9c89-5f219ece04b4/resourceGroups/az-k8s-2czh-rg/providers/Microsoft.ContainerService/managedClusters/aks-az-k8s-2czh)

To Reproduce
az deployment group create -g az-k8s-2czh-rg --template-file ./bicep/main.bicep --parameters resourceName=az-k8s-2czh AksPaidSkuForSLA=true SystemPoolType=Standard availabilityZones="[\"1\",\"2\",\"3\"]" aksOutboundTrafficType=natGateway

Expected behavior
For deployment to be successful.

Screenshots
image

Additional context
N/A

@samaea samaea mentioned this issue Aug 9, 2024
5 tasks
@pjlewisuk
Copy link
Contributor

Fixed with #710

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants