-
Notifications
You must be signed in to change notification settings - Fork 519
docs: supported versions for Azure Stacks using VHD 2020.05.13 #3457
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3457 +/- ##
=======================================
Coverage 73.16% 73.16%
=======================================
Files 147 147
Lines 25024 25024
=======================================
Hits 18310 18310
Misses 5580 5580
Partials 1134 1134 Continue to review full report at Codecov.
|
docs/topics/azure-stack.md
Outdated
@@ -191,7 +195,7 @@ If a `LoadBalancer` service was already created in your cluster, you can find ou | |||
|
|||
### get-versions command | |||
|
|||
The output of the `get-versions` command only pertains to Azure and not Azure Stack Hub clouds. The different upgrade paths can be found [here](https://docs.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-upgrade#steps-to-upgrade-to-a-newer-kubernetes-version). | |||
The output of the `get-versions` command with `--azure-env AzureStackCloud` shows the Kubernetes version supported on Azure Stack Hub clouds. The upgrade paths can be found [here](https://docs.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-upgrade#steps-to-upgrade-to-a-newer-kubernetes-version). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not true for v0.51.0
docs/topics/azure-stack.md
Outdated
@@ -109,6 +110,7 @@ Unless otherwise specified down below, standard [cluster definition](../../docs/ | |||
| Name | Required | Description| | |||
| ------------------------------- | -------- | ---------- | | |||
| vmsize | yes | Describes a valid [Azure Stack Hub VM size](https://docs.microsoft.com/azure-stack/user/azure-stack-vm-sizes). | | |||
| OSType | no | Specifies the Operation System type of the agent pool. The default OSType value is `"Linux"`, and supported value is `"Windows"` for Windows OS. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
osType
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just copy the text from clusterdefinitions.md
Specifies the agent pool's Operating System. Supported values are Windows
and Linux
. Defaults to Linux
docs/topics/azure-stack.md
Outdated
@@ -79,7 +79,8 @@ Unless otherwise specified down below, standard [cluster definition](../../docs/ | |||
| ------------------------------- | -------- | ------------------------------------ | | |||
| addons | no | A few addons are not supported on Azure Stack Hub. See the [complete list](#unsupported-addons) down below.| | |||
| kubernetesImageBase | no | For AKS Engine versions lower than v0.48.0, this is a required field. It specifies the default image base URL to be used for all Kubernetes-related containers such as hyperkube, cloud-controller-manager, pause, addon-manager, etc. This property should be set to `"mcr.microsoft.com/k8s/azurestack/core/"`. | | |||
| networkPlugin | yes | Specifies the network plugin implementation for the cluster. Valid values are `"kubenet"` for Kubernetes software networking implementation. | | |||
| networkPlugin | yes | Specifies the network plugin implementation for the cluster. Valid values are `"kubenet"` for Kubernetes software networking implementation, and `"azure"` for Azure CNI network plugin implementation. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would copy the text from clusterdefinition.md
docs/topics/azure-stack.md
Outdated
@@ -134,7 +136,9 @@ Each AKS Engine release is validated and tied to a specific version of the AKS B | |||
| AKS Engine | AKS Base Image | Kubernetes versions | Notes | | |||
|----------------------------|--------------------|---------------------|-------| | |||
| [v0.43.1](https://github.com/Azure/aks-engine/releases/tag/v0.43.1) | [AKS Base Ubuntu 16.04-LTS Image Distro, October 2019 (2019.10.24)](https://github.com/Azure/aks-engine/blob/v0.43.0/releases/vhd-notes/aks-ubuntu-1604/aks-ubuntu-1604-201910_2019.10.24.txt) | 1.15.5, 1.15.4, 1.14.8, 1.14.7 | | | |||
| [v0.48.0](https://github.com/Azure/aks-engine/releases/tag/v0.48.0) | [AKS Base Ubuntu 16.04-LTS Image Distro, March 2020 (2020.03.19)](https://github.com/Azure/aks-engine/blob/v0.48.0/vhd/release-notes/aks-engine-ubuntu-1604/aks-engine-ubuntu-1604-202003_2020.03.19.txt) | 1.15.10, 1.14.7 | [Template](../../examples/azure-stack/kubernetes-azurestack.json) | | |||
| [v0.48.0](https://github.com/Azure/aks-engine/releases/tag/v0.48.0) | [AKS Base Ubuntu 16.04-LTS Image Distro, March 2020 (2020.03.19)](https://github.com/Azure/aks-engine/blob/v0.48.0/vhd/release-notes/aks-engine-ubuntu-1604/aks-engine-ubuntu-1604-202003_2020.03.19.txt) | 1.15.10, 1.14.7 | | | |||
| [v0.51.0](https://github.com/Azure/aks-engine/releases/tag/v0.51.0) | [AKS Base Ubuntu 16.04-LTS Image Distro, May 2020 (2020.05.13)](https://github.com/Azure/aks-engine/blob/v0.51.0/vhd/release-notes/aks-engine-ubuntu-1604/aks-engine-ubuntu-1604-202005_2020.05.13.txt), [AKS Base Ubuntu 16.04-LTS Image Distro, May 2020 (2020.05.13)](https://github.com/Azure/aks-engine/blob/v0.51.0/vhd/release-notes/aks-windows/2019-datacenter-core-smalldisk-17763.1217.200513.txt) | 1.15.11, 1.15.12, 1.16.9, 1.16.10, 1.17.5, 1.17.6 | [Template](../../examples/azure-stack/kubernetes-azurestack.json) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have 2 AKS Base Ubuntu 16.04-LTS Image Distro
@@ -49,6 +50,15 @@ | |||
"distro": "aks-ubuntu-16.04", | |||
"availabilityProfile": "AvailabilitySet", | |||
"AcceleratedNetworkingEnabled": false | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would create a new template for windows nodes.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: haofan-ms, jadarsie The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…#3457) * doc: update azure-stack documentation * doc: update aure stack documentation * doc: update aure stack documentation * doc: update aure stack documentation
Reason for Change:
Update documentation of the Azure Stack page
Issue Fixed:
Requirements:
Notes: