-
-
Save lioneltchami/d07f93f22e5c1b82639b0089f4a5b028 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| az aks get-credentials --resource-group $resourcegroupname --name $aksclustername | |
| az feature register --name GPUDedicatedVHDPreview --namespace Microsoft.ContainerService | |
| az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/GPUDedicatedVHDPreview')].{Name:name,State:properties.state}" | |
| az provider register --namespace Microsoft.ContainerService | |
| az extension add --name aks-preview | |
| az extension update --name aks-preview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment