ManagedClusterAutoUpgradeProfile

Auto upgrade profile for a managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
upgradeChannel string The upgrade channel for auto upgrade.
nodeOSUpgradeChannel string The node OS upgrade channel. Manner in which the OS on your nodes is updated.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-auto-upgrade-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterAutoUpgradeProfile",
  "type": "object",
  "description": "Auto upgrade profile for a managed cluster.",
  "properties": {
    "upgradeChannel": {
      "type": "string",
      "description": "The upgrade channel for auto upgrade."
    },
    "nodeOSUpgradeChannel": {
      "type": "string",
      "description": "The node OS upgrade channel. Manner in which the OS on your nodes is updated."
    }
  }
}