Skip to content

Commit a2f0335

Browse files
authored
v0.81.0 cannot use choco
1 parent 029defd commit a2f0335

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

azure-stack/user/azure-stack-kubernetes-aks-engine-deploy-windows.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ You can install the client VM to manage your Kubernetes cluster on an Azure Stac
3535

3636
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).
3737
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+
3845
3. [Install Chocolatey using the PowerShell instructions.](https://chocolatey.org/install#install-with-powershellexe).
3946

4047
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
6471
6572
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)
6673
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.
7075
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.
7277
73-
7. Run the following command from an elevated prompt. Include the right version number:
7478
75-
> [!Note]
76-
> For AKSe version 0.75.3 and above, the command to install AKS engine is `choco install aks-engine-azurestack`.
77-
78-
```PowerShell
79-
choco install aks-engine --version 0.xx.x -y
80-
```
8179
8280
## Verify the installation
8381

0 commit comments

Comments
 (0)