azure-cli
azure-cli copied to clipboard
[AKS] `az aks`: Add `--gpu-instance-profile` for Nvidia multi-instan…
…ce gpu
Related command
az aks create --gpu-instance-profile az aks nodepool add --gpu-instance-profile
Description
Support multi instance gpus for AKS.
Testing Guide
see live test
History Notes
[Component Name 1] BREAKING CHANGE: az command a
: Make some customer-facing breaking change
[Component Name 2] az command b
: Add some customer-facing feature
This checklist is used to make sure that common guidelines for a pull request are followed.
-
[x] The PR title and description has followed the guideline in Submitting Pull Requests.
-
[x] I adhere to the Command Guidelines.
-
[x] I adhere to the Error Handling Guidelines.
AKS