// Provide the Client ID of a service principal for use by AKS client_id = "00000000-0000-0000-0000-000000000000" // Provide the Client Secret of a service principal for use by AKS client_secret = "00000000-0000-0000-0000-000000000000" // The resource group you would like to deploy too resource_group_name = "vkgpu" // The location of all resources resource_group_location = "westeurope" // Virtual Kubelet docker image virtualkubelet_docker_image = "microsoft/virtual-kubelet"