Skip to content

Instantly share code, notes, and snippets.

@lioneltchami
Created July 22, 2022 07:06
Show Gist options
  • Select an option

  • Save lioneltchami/d07f93f22e5c1b82639b0089f4a5b028 to your computer and use it in GitHub Desktop.

Select an option

Save lioneltchami/d07f93f22e5c1b82639b0089f4a5b028 to your computer and use it in GitHub Desktop.
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