Skip to content

Commit e004aec

Browse files
authored
Merge pull request #116521 from zr-msft/zr-aks-egress-fix
[AKS] fix typo in Dev Space egress
2 parents d2e5f0d + 3989e0e commit e004aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/limit-egress-traffic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ The following FQDN / application rules are required for AKS clusters that have t
145145
| FQDN | Port | Use |
146146
|-----------------------------------------|-----------|----------|
147147
| cloudflare.docker.com | HTTPS:443 | This address is used to pull linux alpine and other Azure Dev Spaces images |
148-
| gcr.io | HTTP:443 | This address is used to pull helm/tiller images |
149-
| storage.googleapis.com | HTTP:443 | This address is used to pull helm/tiller images |
148+
| gcr.io | HTTPS:443 | This address is used to pull helm/tiller images |
149+
| storage.googleapis.com | HTTPS:443 | This address is used to pull helm/tiller images |
150150
| azds-\<guid\>.\<location\>.azds.io | HTTPS:443 | To communicate with Azure Dev Spaces backend services for your controller. The exact FQDN can be found in the "dataplaneFqdn" in %USERPROFILE%\.azds\settings.json |
151151

152152
## Required addresses and ports for AKS clusters with Azure Policy (in public preview) enabled

0 commit comments

Comments
 (0)