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

Incorrectly picking NVMe nodes on AKS? #632

Closed
wasabii opened this issue Dec 23, 2024 · 1 comment · Fixed by #617
Closed

Incorrectly picking NVMe nodes on AKS? #632

wasabii opened this issue Dec 23, 2024 · 1 comment · Fixed by #617

Comments

@wasabii
Copy link

wasabii commented Dec 23, 2024

Version

The VM size 'Standard_D2als_v6' cannot boot with OS image or disk. Please check that disk controller types supported by the OS image or disk is one of the supported disk controller types for the VM size 'Standard_D2als_v6'

VM storage controller type seems to be NVMe, but the OS image being used (AKSUbuntu?) probably isn't marked as supporting NVMe.

This is happening by default with an AKS NAP cluster. Right out of the box. It's been an hour now and it keeps repeating the same, so I'm not sure it will ever get past it.

Expected Behavior

Works out of the box?

Actual Behavior

Does not.

Steps to Reproduce the Problem

az aks create --name testtest --resource-group testtest --node-provisioning-mode Auto --network-plugin azure --network-plugin-mode overlay --network-dataplane cilium --debug --nodepool-taints CriticalAddonsOnly=true:NoSchedule --verbose -l eastus

Resource Specs and Logs

Not sure what this would entail.

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@tallaxes
Copy link
Collaborator

Fixed by #617 (and cherry-picked in #628), is rollout of for NAP.

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

Successfully merging a pull request may close this issue.

2 participants