abundant-florist-34275
06/07/2022, 12:24 PMaks = containerservice.ManagedCluster( ... )
and different nodepools by using ManagedClusterAgentPoolProfileArgs
.
Now Pulumi creates the different virtualmachine scale sets for us.
We also are setting
auto_upgrade_profile=ManagedClusterAutoUpgradeProfileArgs(upgrade_channel=UpgradeChannel.NODE_IMAGE)
which does`nt propagate an upgrade policy to the scaleset config.
Finally we want to activate the auto reimaging process via pulumi, which seems to be in this property:
pulumi_azure_native.compute.VirtualMachineScaleSetArgs.upgrade_policy
But in the end we do not find a way set it directly while creation or later.
Any Idea?
Thanks a lotNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by