Skip to content

Commit

Permalink
feat: define currentKubernetesVersion (#16878)
Browse files Browse the repository at this point in the history
Add property currentKubernetesVersion for feature AliasMinorVersion
  • Loading branch information
zjpjack authored Nov 30, 2021
1 parent 07dd23b commit d94e6c5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3684,9 +3684,14 @@
},
"kubernetesVersion": {
"type": "string",
"title": "The version of Kubernetes the Managed Cluster is running.",
"title": "The version of Kubernetes the Managed Cluster is requested to run.",
"description": "When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details."
},
"currentKubernetesVersion": {
"readOnly": true,
"type": "string",
"description": "The version of Kubernetes the Managed Cluster is running."
},
"dnsPrefix": {
"type": "string",
"title": "The DNS prefix of the Managed Cluster.",
Expand Down

0 comments on commit d94e6c5

Please sign in to comment.