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
1. This step is mandatory. Configure node pools to run your workloads on the **Node pools** page. You can add any number of Windows node pools and Linux node pools. If you enabled Azure Arc integration earlier in this wizard, configure a Linux node pool with at least one Linux worker node. However, if you disabled Azure Arc integration earlier, then any node pool addition allows you to proceed to the next step. You can also set maximum pod counts and node taints when configuring node pools. Both of these settings are optional. For more information about the available taint settings, see [New-AksHciCluster](./reference/ps/new-akshcicluster.md#new-aks-hci-cluster-with-a-linux-node-pool-and-taints).
42
+
1. This step is mandatory. Configure node pools to run your workloads on the **Node pools** page. You can add any number of Windows node pools and Linux node pools. If you enabled Azure Arc integration earlier in this wizard, configure a Linux node pool with at least one Linux worker node. However, if you disabled Azure Arc integration earlier, then any node pool addition allows you to proceed to the next step. You can also set maximum pod counts and node taints when configuring node pools. Both of these settings are optional. For more information about the available taint settings, see [New-AksHciCluster](./reference/ps/new-akshcicluster.md#new-aks-on-azure-local-cluster-with-a-linux-node-pool-and-taints).
43
43
44
44

Copy file name to clipboardExpand all lines: AKS-Hybrid/includes/data-allow-table.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ ms.lastreviewed: 08/15/2022
13
13
14
14
| URL | Port | Notes |
15
15
| :---| :---| :---|
16
-
| msk8s.api.cdp.microsoft.com | 443 | Used when downloading the AKS on Azure Stack HCI product catalog, product bits, and OS images from SFS. Occurs when running `Set-AksHciConfig` and any time you download from SFS. |
17
-
| msk8s.b.tlu.dl.delivery.mp.microsoft.com </br> msk8s.f.tlu.dl.delivery.mp.microsoft.com | 80 | Used when downloading the AKS on Azure Stack HCI product catalog, product bits, and OS images from SFS. Occurs when running `Set-AksHciConfig` and any time you download from SFS. |
16
+
| msk8s.api.cdp.microsoft.com | 443 | Used when downloading the AKS on Azure Local product catalog, product bits, and OS images from SFS. Occurs when running `Set-AksHciConfig` and any time you download from SFS. |
17
+
| msk8s.b.tlu.dl.delivery.mp.microsoft.com </br> msk8s.f.tlu.dl.delivery.mp.microsoft.com | 80 | Used when downloading the AKS on Azure Local product catalog, product bits, and OS images from SFS. Occurs when running `Set-AksHciConfig` and any time you download from SFS. |
18
18
| login.microsoftonline.com </br> login.windows.net </br> management.azure.com </br> msft.sts.microsoft.com </br> graph.windows.net | 443 | Used for logging into Azure when running `Set-AksHciRegistration`. |
19
19
| ecpacr.azurecr.io </br> mcr.microsoft.com </br> \*.mcr.microsoft.com </br> \*.data.mcr.microsoft.com </br> \*.blob.core.windows.net </br> US endpoint: wus2replica\*.blob.core.windows.net | 443 | Required to pull container images when running `Install-AksHci`. |
20
20
|\<region>.dp.kubernetesconfiguration.azure.com | 443 | Required to onboard AKS hybrid clusters to Azure Arc. |
21
21
| gbl.his.arc.azure.com | 443 | Required to get the regional endpoint for pulling system-assigned Managed Identity certificates. |
| k8connecthelm.azureedge.net | 443 | Arc-enabled Kubernetes uses Helm 3 to deploy Azure Arc agents on the AKS-HCI management cluster. This endpoint is needed for the Helm client download to facilitate deployment of the agent helm chart.
23
+
| k8connecthelm.azureedge.net | 443 | Arc-enabled Kubernetes uses Helm 3 to deploy Azure Arc agents on the AKS on Azure Local management cluster. This endpoint is needed for the Helm client download to facilitate deployment of the agent helm chart.
24
24
|\*.arc.azure.net| 443 | Required to manage AKS hybrid clusters in Azure portal. |
25
25
| dl.k8s.io | 443 | Required to download and update Kubernetes binaries for Azure Arc. |
26
-
| akshci.azurefd.net | 443 | Required for AKS on Azure Stack HCI billing when running `Install-AksHci`. |
27
-
| v20.events.data.microsoft.com </br> gcs.prod.monitoring.core.windows.net | 443 | Used periodically to send Microsoft required diagnostic data from the Azure Stack HCI or Windows Server host. |
26
+
| akshci.azurefd.net | 443 | Required for AKS on Azure Local billing when running `Install-AksHci`. |
27
+
| v20.events.data.microsoft.com </br> gcs.prod.monitoring.core.windows.net | 443 | Used periodically to send Microsoft required diagnostic data from the Azure Local or Windows Server host. |
Copy file name to clipboardExpand all lines: AKS-Hybrid/includes/install-akshci-ps.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ ms.lastreviewed: 05/02/2022
9
9
10
10
---
11
11
12
-
Follow these steps on all nodes in your Azure Stack HCI cluster or Windows Server cluster:
12
+
Follow these steps on all nodes in your Azure Local cluster or Windows Server cluster:
13
13
14
14
> [!NOTE]
15
15
> If you are using remote PowerShell, you must use CredSSP.
16
16
17
-
1. Close all open PowerShell windows, open a new PowerShell session as administrator, and run the following command on all nodes in your Azure Stack HCI or Windows Server cluster:
17
+
1. Close all open PowerShell windows, open a new PowerShell session as administrator, and run the following command on all nodes in your Azure Local or Windows Server cluster:
18
18
19
19
```powershell
20
20
Install-PackageProvider -Name NuGet -Force
@@ -23,7 +23,7 @@ Follow these steps on all nodes in your Azure Stack HCI cluster or Windows Serve
23
23
24
24
You must close all existing PowerShell windows again to ensure that loaded modules are refreshed. Don't continue to the next step until you close all open PowerShell windows.
25
25
26
-
1. Install the AKS-HCI PowerShell module by running the following command on all nodes in your Azure Stack HCI or Windows Server cluster:
26
+
1. Install the AKS-HCI PowerShell module by running the following command on all nodes in your Azure Local or Windows Server cluster:
Copy file name to clipboardExpand all lines: AKS-Hybrid/known-issues-arc.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ metadata:
10
10
11
11
title: Resolve errors when enabling or disabling Azure Arc on your AKS workload clusters in AKS enabled by Arc
12
12
summary: |
13
-
Applies to: AKS on Azure Stack HCI, AKS on Windows Server
13
+
Applies to: AKS on Azure Local, AKS on Windows Server
14
14
15
15
This article describes errors you might encounter (and their workarounds) while connecting or disconnecting your AKS workload clusters to Azure Arc using the PowerShell cmdlets [`Enable-AksHciArcConnection`](./reference/ps/enable-akshciarcconnection.md) and [`Disable-AksHciArcConnection`](./reference/ps/disable-akshciarcconnection.md) in AKS Arc. For issues that are not covered in this article, see [Troubleshooting Arc enabled Kubernetes](/azure/azure-arc/kubernetes/troubleshooting).
16
16
@@ -57,10 +57,10 @@ sections:
57
57
answer: |
58
58
This error usually points to one of the following issues:
59
59
60
-
- The clusters were created in an Azure VM in a virtualized environment, or you deployed AKS on Azure Stack HCI on multiple levels of virtualization.
60
+
- The clusters were created in an Azure VM in a virtualized environment, or you deployed AKS on Azure Local on multiple levels of virtualization.
61
61
- A slow internet caused the timeout.
62
62
63
-
If one of the above scenarios applies to you, run [Disable-AksHciArcConnection](./reference/ps/disable-akshciarcconnection.md), and try connecting again. If the above scenario doesn't apply to you, [open a support issue](./help-support.md) for AKS on Azure Stack HCI.
63
+
If one of the above scenarios applies to you, run [Disable-AksHciArcConnection](./reference/ps/disable-akshciarcconnection.md), and try connecting again. If the above scenario doesn't apply to you, [open a support issue](./help-support.md) for AKS on Azure Local.
64
64
- question: |
65
65
Error: "Secrets "sh.helm.release.v1.azure-arc.v1" not found"
66
66
@@ -90,7 +90,7 @@ sections:
90
90
91
91
answer: |
92
92
This error usually means that you already connected your AKS cluster to Arc-enabled Kubernetes.
93
-
To confirm it's connected, go to the [Azure portal](https://portal.azure.com) and check under the subscription and resource group you provided when you ran [`Set-AksHciRegistration`](./reference/ps/set-akshciregistration.md) (if you used default values) or [`Enable-AksHciArcConnection`](./reference/ps/enable-akshciarcconnection.md) (if you didn't use default values). You can also confirm if your AKS on Azure Stack HCI cluster is connected to Azure by running the [`az connectedk8s show` ](/cli/azure/connectedk8s#az-connectedk8s-show) Azure CLI command. If you don't see your workload cluster, run `Disable-AksHciArcConnection` and try again.
93
+
To confirm it's connected, go to the [Azure portal](https://portal.azure.com) and check under the subscription and resource group you provided when you ran [`Set-AksHciRegistration`](./reference/ps/set-akshciregistration.md) (if you used default values) or [`Enable-AksHciArcConnection`](./reference/ps/enable-akshciarcconnection.md) (if you didn't use default values). You can also confirm if your AKS on Azure Local cluster is connected to Azure by running the [`az connectedk8s show` ](/cli/azure/connectedk8s#az-connectedk8s-show) Azure CLI command. If you don't see your workload cluster, run `Disable-AksHciArcConnection` and try again.
0 commit comments