Hi, I have a question on Azure Native and Azure AP...
# azure
v
Hi, I have a question on Azure Native and Azure API versioning. I am using Azure Native Pulumi C# provider v2.52.0 to create and manage AKS clusters. Currently, Pulumi's
ManagedCluster
uses Azure API 2023-04-01 which is quite outdated. I have several issues which Pulumi cannot automate: • Use Azure AKS API
nodeOSUpgradeChannel
property (Pulumi supports
upgradeChannel
only). Which means Pulumi cannot automate Node VM node upgrades (see screenshot) • Configure AKS maintenance windows for VM node or K8 versions. For example, current version v2.52.0 is missing
MaintenanceWindow
property which is required for
aksManagedAutoUpgradeSchedule
AKS maintenance configuration resource. It looks like all this could be solved by updating API version. Do you have plans to update AKS/Maintenance Azure API versions (from
2023-04-01
) in the near future?
g
It is better to ask directly in the provider repo https://github.com/pulumi/pulumi-azure-native
v
ok, thanks!