skip to Main Content

Azure – AZ AKS nodepool aks-custom headers WindowsContainerRuntime=containerd is throwing error

When I execute the following command for adding node pool in Azure CLI, getting the error "unrecognized arguments aks-custom-headers windowscontainerruntime=containerd" az aks nodepool add --resource-group resource-group-name --cluster-name [cluster] --os-type Windows --name nodepool --node-vm-size Standard_D4s_v3 --kubernetes-version 1.20.5 --aks-custom-headers WindowsContainerRuntime=containerd, --node-count 1

VIEW QUESTION
Back To Top
Search