你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KubernetesSupportPlan Enum

Definition

Different support tiers for AKS managed clusters.

public enum KubernetesSupportPlan
type KubernetesSupportPlan = 
Public Enum KubernetesSupportPlan
Inheritance
KubernetesSupportPlan

Fields

Name Value Description
KubernetesOfficial 0

Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release.

AKSLongTermSupport 1

Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.

Applies to