Microsoft.ContainerService
- kubeProxyConfig
isn't returned when preview feature is enabled
#22208
Labels
AKS
Container Service
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Service:
Container Service
API Version:
2022-09-02-preview
We'd like to add support for this feature in Terraform, unfortunately we've run into some issues regarding the behaviour of the API.
As documented in the AKS Cluster Schema Kube Proxy is enabled by default on clusters. When the preview feature is enabled I would expect the API to return
kubeProxyConfig
in the response if it's enabled, i.e.Currently nothing is returned which doesn't accurately reflect the state of the cluster and also means Terraform can't know that Kube Proxy is enabled.
In addition, disabling Kube Proxy by sending
results in the following response from the API.
Which isn't inconsistent with the behaviour of features in the rest of the API, like with AGIC for example.
Would you be able to look into:
"enabled": false
instead of an empty dictionary when Kube Proxy is disabled.Thanks!
The text was updated successfully, but these errors were encountered: