A question about Pulumi AKS support: Am I able to ...
# general
s
A question about Pulumi AKS support: Am I able to configure a Kubernetes cluster to use virtual nodes in Pulumi, as described in this article: https://docs.microsoft.com/en-us/azure/aks/virtual-nodes-cli?
w
I expect you can. I think the key thing is to use
addonProfiles
to specify this: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/azure/types/output/#KubernetesClusterAddonProfile
s
Thanks. I assume that I need to implement a custom KubernetesClusterAddonProfile? If so, can you give me a pointer on how to do this?
And I’m doing this in python…thanks!
The reason I ask this is that I am getting the following error when trying to run pulumi up:
azure:containerservice:KubernetesCluster (aks):
error: azure:containerservice/kubernetesCluster:KubernetesCluster resource 'aks' has a problem: addon_profile.0: invalid or unknown key: virtual_node
Nevermind, I figured it out. The addon that I needed is named aci_connector_linux.