Conversation
️✔️AzureCLI-FullTest
|
|
Hi @lilypan26, |
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
az aks nodepool add: Add GPU driver install options --gpu-driver install and --gpu-driver none
91db29c to
df074d0
Compare
563c279 to
840e88e
Compare
1339913 to
242ac94
Compare
FumingZhang
left a comment
There was a problem hiding this comment.
LGTM
Queued live test to validate the change.
Please fix style issue.
/mnt/vss/_work/1/s/src/azure-cli/azure/cli/command_modules/acs/agentpool_decorator.py:1553:1: W293 blank line contains whitespace
/mnt/vss/_work/1/s/src/azure-cli/azure/cli/command_modules/acs/agentpool_decorator.py:1946:1: W293 blank line contains whitespace
…y/add-gpu-profile-driver-install
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
az aks nodepool add: Add GPU driver install options --gpu-driver install and --gpu-driver noneaz aks nodepool add: Add GPU driver install options install and none for --gpu-driver parameter
Related command
Description
Add GPU driver install configuration to GA CLI to allow customers to opt out of driver installation.
Testing Guide
History Notes
[AKS]
az aks nodepool add: Add GPU driver install options--gpu-driver installand--gpu-driver noneThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.