-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Description
Issue Type
Bug Report
Description
Please update CLI in order to enable the flag options --gpu-driver install and --gpu-driver none for az aks nodepool update
Add GPU driver install configuration to GA CLI to allow customers to opt out of driver installation through update.
On CLI version version 2.72.0 [May 06, 2025] was included the option but just for az aks nodepool add: Add GPU driver install options --gpu-driver install and --gpu-driver none.
az aks nodepool update was omitted.
References:
- PR [AKS]
az aks nodepool add: Add GPU driver install optionsinstallandnonefor--gpu-driverparameter #31106 - REST is currently enable https://learn.microsoft.com/en-us/rest/api/aks/agent-pools/create-or-update?view=rest-aks-2025-10-01&tabs=HTTP#gpudriver
@lilypan26 @yonzhan your help will be much appreciated.
Command or Script
az aks nodepool update --gpu-driver None
Output
"Unrecognized arguments: --gpu-driver none”.Expected Behavior
Run az aks nodepool update --gpu-driver None and grant the value is update for nodepool
Actual Behavior
Currently the command to update is not present at all .
Environment
- AKS 1.3X.X
- CLI 2.81.0
Additional Context
No response
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.