We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6797e8 commit a98f57cCopy full SHA for a98f57c
src/aks-preview/azext_aks_preview/_help.py
@@ -2427,6 +2427,9 @@
2427
- name: --final-soak-duration
2428
type: int
2429
short-summary: Wait time (in minutes) after all old nodes are drained before removing them. Default is 60 minutes. Only for blue-green upgrades.
2430
+ - name: --gpu-driver
2431
+ type: string
2432
+ short-summary: Whether to install driver for GPU node pool. Possible values are "Install" or "None".
2433
examples:
2434
- name: Reconcile the nodepool back to its current state.
2435
text: az aks nodepool update -g MyResourceGroup -n nodepool1 --cluster-name MyManagedCluster
0 commit comments