-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_kubernetes_cluster data source doesn't return the vlan when created automatically #5813
Comments
I want to give this a try, but I noticed after using both TerraForm and See also Azure/azure-sdk-for-go#7498 and Azure/azure-rest-api-specs#8494 for the issue I opened. |
@jluk Can you help me here? This issue (Azure/azure-rest-api-specs#8494, a fix in the AKS REST API) would make it possible to extend the |
@aristosvo is the ask to have a GET of an agentpool return the subnetid being used? This should be returned, when I make an az aks show the agentpoolprofile exposes this.
|
@jluk: If I ask for it, "agentPoolProfiles": [
{
"availabilityZones": null,
"count": 1,
"enableAutoScaling": false,
"enableNodePublicIp": false,
"maxCount": null,
"maxPods": 110,
"minCount": null,
"name": "nodepool1",
"nodeTaints": null,
"orchestratorVersion": "1.15.7",
"osDiskSizeGb": 100,
"osType": "Linux",
"provisioningState": "Succeeded",
"scaleSetEvictionPolicy": null,
"scaleSetPriority": null,
"type": "AvailabilitySet",
"vmSize": "Standard_DS2_v2"
}
] I tried VirtualMachineScaleSets as well, no difference in the results. I even updated the version of the Azure CLI to 2.2.0, still no luck. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Is there a way how to retrieve the virtual network for an AKS cluster, that was created in a way, that the AKS created it's vnet automatically? I would like to add firewall network policy that only the AKS nodes can communicate with EventHub, CosmosDB but there doesn't seem to be a way.
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: