Skip to content

Commit ce9e079

Browse files
committed
Add tabs
1 parent 2817d4a commit ce9e079

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

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

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Deploy AKS engine on Windows in Azure Stack Hub
33
description: Learn how to use a Windows machine in your Azure Stack Hub to host AKS engine in order to deploy and manage a Kubernetes cluster.
44
author: sethmanheim
5-
65
ms.topic: article
7-
ms.date: 02/13/2023
6+
ms.date: 11/18/2024
87
ms.author: sethm
9-
ms.reviewer: waltero
8+
ms.reviewer: sumsmith
109
ms.lastreviewed: 3/4/2021
1110

1211
# Intent: As an Azure Stack Hub user, I want to learn how to host AKS engine on a Windows VM so that I can deploy AKS engine on Windows in Azure Stack Hub.
@@ -26,32 +25,30 @@ The AKS engine is a command-line tool used to deploy and manage your Kubernetes
2625
When choosing your client machine, consider:
2726

2827
1. Whether the client machine should be recoverable in a disaster.
29-
1. How you will connect to the client machine, and how the machine will interact with your cluster?
30-
28+
1. How do you connect to the client machine, and how does the machine interact with your cluster?
3129

3230
## Install AKS Engine in a connected environment
3331

3432
You can install the client VM to manage your Kubernetes cluster on an Azure Stack Hub connected to the Internet.
3533

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-
2. Connect to your VM.
38-
39-
To install AKS Engine version 0.81.0 or later:
34+
# [AKS Engine 0.81.0 or later](#tab/later)
35+
To install AKS Engine version 0.81.0 or later:
4036

41-
3. Go to GitHub [Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack/releases/latest). Download an archive (*.tar.gz) for a Windows machine, for example, `aks-engine-azurestack-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).
37+
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).
38+
1. Connect to your VM.
39+
1. Go to GitHub [Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack/releases/latest). Download an archive (*.tar.gz) for a Windows machine, for example, `aks-engine-azurestack-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).
4240

43-
To install AKS Engine version 0.80.2 or earlier:
41+
# [AKS Engine 0.80.2 or earlier](#tab/earlier)
4442

45-
3. [Install Chocolatey using the PowerShell instructions.](https://chocolatey.org/install#install-with-powershellexe).
43+
To install AKS Engine version 0.80.2 or earlier:
4644

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.
48-
4. Install [Azure CLI](/cli/azure/install-azure-cli-windows). Select the download link, and choose "**Run**". Choose the setup steps as needed.
49-
5. Find the version of AKS engine in the [AKS engine and Azure Stack version mapping table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping) table. The AKS Base Engine must be available in your Azure Stack Hub Marketplace. When running the command, you must specify the version `--version v0.xx.x`. If you don't specify the version, the command installs the latest version, which may need a VHD image that is not available in your marketplace.
45+
1. [Install Chocolatey using the PowerShell instructions.](https://chocolatey.AKS Engine 0.81.0 or later-with-powershellexe)later1.Install [Azure CLI](/cli/azure/install-azure-cli-windows). Select the download link, and choose "**Run**". Choose the setup steps as needed.
46+
1. Find the version of AKS engine in the [AKS engine and Azure Stack version mapping table](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping) table. The AKS Base Engine must be available in your Azure Stack Hub Marketplace. When running the command, you must specify the version `--version v0.xx.x`. If you don't specify the version, the command installs the latest version, which may need a VHD image that is not available in your marketplace.
5047
> [!NOTE]
5148
> You can find the mapping of Azure Stack Hub to AKS engine version number in the [AKS engine release notes](kubernetes-aks-engine-release-notes.md#aks-engine-and-azure-stack-version-mapping).
52-
6. Run the following command from an elevated prompt and include the version number:
49+
1. Run the following command from an elevated prompt and include the version number:
5350

54-
> [!Note]
51+
> [!NOTE]
5552
> For AKSe version 0.75.3 and above, the command to install AKS engine is `choco install aks-engine-azurestack`.
5653
5754
```PowerShell
@@ -61,6 +58,8 @@ To install AKS Engine version 0.80.2 or earlier:
6158
> [!NOTE]
6259
> If this method for installation fails, you can try the steps for a disconnected environment below.
6360
61+
---
62+
6463
## Install AKS Engine in a disconnected environment
6564
6665
You can install the client VM to manage your Kubernetes cluster on an Azure Stack Hub disconnected from the Internet.

0 commit comments

Comments
 (0)