-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[AKS] az aks nodepool update: Add GPU driver install options install and none for --gpu-driver parameter
#9472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
773fbad
4d8b4fc
e6797e8
a98f57c
5c42406
180618f
7973fe2
3c3b9e7
150c783
9b9b8a7
1960c14
124d4f5
0a26a48
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -2129,6 +2129,10 @@ def load_arguments(self, _): | |||||||
| options_list=["--node-vm-size", "-s"], | ||||||||
| completer=get_vm_size_completion_list, | ||||||||
| ) | ||||||||
| c.argument( | ||||||||
| "gpu_driver", | ||||||||
| arg_type=get_enum_type(gpu_driver_install_modes) | ||||||||
|
||||||||
| arg_type=get_enum_type(gpu_driver_install_modes) | |
| arg_type=get_enum_type(gpu_driver_install_modes), | |
| help="Whether to install driver for GPU node pool. Possible values are 'Install' or 'None'. Default is 'Install'." |
Uh oh!
There was an error while loading. Please reload this page.