Unable to use node autoprovisioning (karpenter) with go sdk #23657
Labels
Container Service
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
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.
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
v6.2.0
andv6.2.1-0.20241024155753-7babbbb5efff
of this package.go version
:go version go1.23.2 darwin/arm64
What happened?
I tried to set node auto provisioning mode on an AKS cluster, but the field does not seem available. From this changelog it looks like it should be called
ManagedClusterNodeProvisioningProfile
but I see no reference of that in pkg.go.dev or this repo (only mention in this repo is that changelog).What did you expect or want to happen?
The field to be available and for me to be able to use it to enable Karpenter on an AKS cluster 😅
How can we reproduce it?
Just try to set that field in a ManagedClusterProperties object i.e. https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/[email protected]#ManagedClusterProperties
Anything we should know about your environment.
Nothing springs to mind...
The text was updated successfully, but these errors were encountered: