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

Unable to use node autoprovisioning (karpenter) with go sdk #23657

Open
aaron-trout opened this issue Oct 24, 2024 · 1 comment
Open

Unable to use node autoprovisioning (karpenter) with go sdk #23657

aaron-trout opened this issue Oct 24, 2024 · 1 comment
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.

Comments

@aaron-trout
Copy link

Bug Report

  • import path of package in question: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
  • SDK version: I tried both v6.2.0 and v6.2.1-0.20241024155753-7babbbb5efff of this package.
  • output of 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...

@github-actions github-actions bot added 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. labels Oct 24, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jwilder @qike-ms @seanmck @thomas1206.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant