Replies: 1 comment
-
I have the same problem, any update ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Do we have support GPU node pool with latest Ubuntu version(2204) and NVIDIA driver already installed in the image.
We tried this command, but its creating Ubuntu 1804 version
az aks nodepool add --resource-group my-rg-app --cluster-name k8s-dev-aks --name gpunp4 --node-count 1 --node-vm-size Standard_NC6s_v3 --node-taints sku=gpu:NoSchedule --labels algo=linux-gpu-nc6s-v3-2204 --enable-cluster-autoscaler --os-type Linux --min-count 0 --max-count 5 --aks-custom-headers UseGPUDedicatedVHD=true
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions