Closed ams0 closed 4 years ago
The provider is not doing Azure request, it's done by rancher. Have you tested this config using Rancher UI?? Is working on it?? I'm guessing that the issue should be opened on Rancher
Ah! Makes sense now, afaict, rancher still doesn’t do VMSS. Thanks, I’m wrapping my head around rancher+AKS, lots to learn still.
—- Live long and prosper
From: Raúl Sánchez notifications@github.com Sent: Tuesday, September 15, 2020 8:42:43 PM To: rancher/terraform-provider-rancher2 terraform-provider-rancher2@noreply.github.com Cc: Alessandro Vozza Alessandro.Vozza@microsoft.com; Author author@noreply.github.com Subject: Re: [rancher/terraform-provider-rancher2] AKS defaults to AvailabilitySet (#457)
The provider is not doing Azure request, it's done by rancher. Have you tested this config using Rancher UI?? Is working on it?? I'm guessing that the issue should be opened on Rancherhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Francher%2Francher&data=02%7C01%7Calessandro.vozza%40microsoft.com%7C93c81aa115184d65db4508d859a721fa%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637357921785436281&sdata=xquLTx7yN0md5cT1NFFR79o1UvR%2FguQaRQjzcno%2FkhM%3D&reserved=0
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Francher%2Fterraform-provider-rancher2%2Fissues%2F457%23issuecomment-692902055&data=02%7C01%7Calessandro.vozza%40microsoft.com%7C93c81aa115184d65db4508d859a721fa%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637357921785446275&sdata=TF5XjdCHi0uMdKkzqEKkUySTE1767eNAMSAe8GIHQqY%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAALYJ2F2H65FJ62R2D7EIGDSF6YSHANCNFSM4RNRNQUQ&data=02%7C01%7Calessandro.vozza%40microsoft.com%7C93c81aa115184d65db4508d859a721fa%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637357921785446275&sdata=GI98UW7y64suhg0jcjyz%2FH1J2jiesuuNWxdtK1cJ1q0%3D&reserved=0.
Please, reopen issue if needed.
AKS clusters default to
AvailabilitySet
instead of the more modernVirtualMachineScaleSets
. I can see that the request sent to Azure doesn't even contain the appropriate keyThere should be a
type
for theAgentPoolType
(https://docs.microsoft.com/en-us/rest/api/aks/agentpools/createorupdate#agentpooltype) property in the agentpool profile.