Managed Cluster Auto Upgrade Profile Args
data class ManagedClusterAutoUpgradeProfileArgs(val nodeOSUpgradeChannel: Output<Either<String, NodeOSUpgradeChannel>>? = null, val upgradeChannel: Output<Either<String, UpgradeChannel>>? = null) : ConvertibleToJava<ManagedClusterAutoUpgradeProfileArgs>
Auto upgrade profile for a managed cluster.
Constructors
Link copied to clipboard
constructor(nodeOSUpgradeChannel: Output<Either<String, NodeOSUpgradeChannel>>? = null, upgradeChannel: Output<Either<String, UpgradeChannel>>? = null)
Properties
Link copied to clipboard
Manner in which the OS on your nodes is updated. The default is NodeImage.
Link copied to clipboard
For more information see setting the AKS cluster auto-upgrade channel.