You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/user/azure-stack-kubernetes-aks-engine-deploy-windows.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ You can install the client VM to manage your Kubernetes cluster on an Azure Stac
35
35
36
36
1. Create a Windows VM in your Azure Stack Hub. For instructions, see [Quickstart: Create a Windows server VM by using the Azure Stack Hub portal](./azure-stack-quick-windows-portal.md).
37
37
2. Connect to your VM.
38
+
39
+
To install AKS Engine version 0.81.0 or later:
40
+
41
+
3. Go to GitHub [Azure/aks-engine](https://github.com/Azure/aks-engine/releases/latest). Download an archive (*.tar.gz) for a Windows machine, for example, `aks-engine-v0.xx.x-windows-amd64.tar.gz`. Find the version of AKS engine in the [Supported Kubernetes Versions table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping).
42
+
43
+
To install AKS Engine version 0.80.2 or earlier:
44
+
38
45
3.[Install Chocolatey using the PowerShell instructions.](https://chocolatey.org/install#install-with-powershellexe).
39
46
40
47
According to the Chocolatey website: Chocolatey is a package manager for Windows, like apt-get or yum but for Windows. It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err, computer.
@@ -64,20 +71,11 @@ You can install the client VM to manage your Kubernetes cluster on an Azure Stac
64
71
65
72
3. Create a Windows VM in your Azure Stack Hub. For instructions, see [Quickstart: Create a Windows server VM by using the Azure Stack Hub portal](./azure-stack-quick-windows-portal.md)
66
73
67
-
4. From the Azure Stack Hub storage account blob URL where you uploaded the archive file (*.tar.gz), download the file to your management VM. Extract the archive to a directory that you have access to from your command prompt.
68
-
69
-
5. Connect to your VM.
74
+
4. Connect to your VM.
70
75
71
-
6. [Install Chocolatey using the PowerShell instructions.](https://chocolatey.org/install#install-with-powershellexe).
76
+
5. From the Azure Stack Hub storage account blob URL where you uploaded the archive file (*.tar.gz), download the file to your management VM. Extract the archive to a directory that you have access to from your command prompt.
72
77
73
-
7. Run the following command from an elevated prompt. Include the right version number:
74
78
75
-
> [!Note]
76
-
> For AKSe version 0.75.3 and above, the command to install AKS engine is `choco install aks-engine-azurestack`.
0 commit comments