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:
@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
Additional Context
No response
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:
az aks nodepool add: Add GPU driver install optionsinstallandnonefor--gpu-driverparameter #31106@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
Additional Context
No response