acs-engine-terraform
acs-engine-terraform copied to clipboard
Azure Container Service (ACS) Engine running K8s and provisioned by Terraform
Hi Daniel, Thanks for this tutorial. Just want to confirm, Route Table creation is not included in the tutorial right? Coz the az resource list is returning nothing. So we...
All goes well until: "error": { "code": "PrivateIPAddressIsAllocated", "message": "IP configuration /subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/k8sexample/providers/Microsoft.Network/networkInterfaces/k8s-master-12345678-nic-0/ipConfigurations/ipconfig1 is using the private IP address 172.20.10.10 which is already allocated to resource /subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/k8sexample/providers/Microsoft.Network/networkInterfaces/k8s-agentpool1-12345678-nic-0.",
…vicePrincipalClientID"
It seems that Microsoft changed the servicePrincipalProfile interface used by acs-engine on 8/23/2017. This causes errors when running "acs-engine generate k8s_rendered.json". k8s.json needs to be updated. Instead of: "servicePrincipalClientID": "${service_principle_client_id}",...
For the latest acs engine tool