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

AgentPool.OrchestratorVersion Property

Definition

Gets or sets both patch version (major.minor.patch) (e.g. 1.20.13) and (major.minor) (e.g. 1.20) are supported. When (major.minor) is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same (major.minor) once it has been created (e.g. 1.14.x -) 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see upgrading a node pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.orchestratorVersion")]
public string OrchestratorVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.orchestratorVersion")>]
member this.OrchestratorVersion : string with get, set
Public Property OrchestratorVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to