Skip to content

Commit 8834718

Browse files
committed
escape URLs
1 parent 5031d64 commit 8834718

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-arc/kubernetes/connect-cluster.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Azure Arc agents require the following protocols/ports/outbound URLs to function
3636
* TCP on port 443 --> `https://:443`
3737
* TCP on port 9418 --> `git://:9418`
3838

39-
| | Endpoint (DNS) | Description |
40-
| --- | ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
41-
| 1. | https://management.azure.com | Required for the agent to connect to Azure and register the cluster |
42-
| 2. | https://eastus.dp.kubernetesconfiguration.azure.com, https://westeurope.dp.kubernetesconfiguration.azure.com | Data plane endpoint for the agent to push status and fetch configuration information |
43-
| 3. | https://docker.io | Required to pull container images |
44-
| 4. | https://github.com, git://github.com | Example GitOps repos are hosted on GitHub. Configuration agent requires connectivity to whichever git endpoint you specify. |
45-
| 5. | https://login.microsoftonline.com | Required to fetch and update Azure Resource Manager tokens |
46-
| 6. | https://azurearcfork8s.azurecr.io | Required to pull container images for Azure Arc agents |
39+
| Endpoint (DNS) | Description |
40+
| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
41+
| `https://management.azure.com` | Required for the agent to connect to Azure and register the cluster |
42+
| `https://eastus.dp.kubernetesconfiguration.azure.com`, `https://westeurope.dp.kubernetesconfiguration.azure.com` | Data plane endpoint for the agent to push status and fetch configuration information |
43+
| `https://docker.io` | Required to pull container images |
44+
| `https://github.com`, git://github.com | Example GitOps repos are hosted on GitHub. Configuration agent requires connectivity to whichever git endpoint you specify. |
45+
| `https://login.microsoftonline.com` | Required to fetch and update Azure Resource Manager tokens |
46+
| `https://azurearcfork8s.azurecr.io` | Required to pull container images for Azure Arc agents |
4747

4848
## Register the two providers for Azure Arc enabled Kubernetes:
4949

0 commit comments

Comments
 (0)