Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 011fec9

Browse files
committed
Merge branch 'master' of https://github.com/Azure/dev-spaces into s-tuli/childnamespaceUpdate
2 parents 8ab7424 + 04b73e2 commit 011fec9

16 files changed

+117
-0
lines changed

public-ips/AustraliaEast.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
52.147.23.224/32
2+
20.188.226.167/32
3+
20.188.200.48/32
4+
20.188.227.94/32
5+
52.147.14.175/32
6+
20.188.226.200/32
7+
20.188.226.171/32

public-ips/CanadaCentral.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
20.43.2.150/32
2+
20.43.2.107/32
3+
20.43.27.9/32
4+
40.85.203.48/32
5+
20.43.9.80/32
6+
40.85.213.7/32
7+
52.233.22.40/32

public-ips/CanadaEast.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
52.229.116.59/32
2+
40.86.210.149/32
3+
40.86.224.41/32
4+
40.86.225.112/32
5+
52.229.112.160/32
6+
40.86.219.40/32
7+
52.229.115.141/32

public-ips/CentralUS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
52.173.200.197/32
2+
13.67.228.243/32
3+
52.173.251.248/32
4+
104.43.253.140/32
5+
52.165.170.126/32
6+
52.176.159.195/32
7+
52.176.63.102/32

public-ips/EastAsia.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
13.70.24.198/32
2+
52.184.24.213/32
3+
13.70.39.165/32
4+
13.70.39.11/32
5+
52.184.29.67/32
6+
52.175.71.136/32
7+
52.184.28.212/32

public-ips/EastUS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
40.121.156.90/32
2+
23.96.57.57/32
3+
23.100.19.158/32
4+
40.114.43.90/32
5+
52.168.5.178/32
6+
23.96.90.241/32
7+
52.170.33.217/32

public-ips/EastUS2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
52.167.208.225/32
2+
52.167.209.204/32
3+
40.70.86.22/32
4+
52.184.228.249/32
5+
40.70.241.150/32
6+
52.167.238.107/32
7+
52.167.121.131/32

public-ips/EastUS2EUAP.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
52.225.178.36/32
2+
52.225.183.35/32
3+
52.225.176.23/32
4+
52.225.176.157/32
5+
52.225.180.110/32
6+
52.225.177.60/32
7+
52.225.178.142/32

public-ips/NorthEurope.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
13.79.21.227/32
2+
13.79.24.11/32
3+
40.127.201.132/32
4+
13.74.11.189/32
5+
13.79.30.23/32
6+
40.115.124.71/32
7+
13.79.26.192/32

public-ips/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This directory contains files that list the IP addresses used by Azure Dev Spaces infrastructure in each Azure region.
2+
3+
If your AKS cluster is deployed with additional security that limits the IP addresses that can interact with it, Azure Dev Spaces functionality may be blocked. Common situations where this happens include:
4+
- Your AKS cluster is in a custom VNET with rules that whitelist specific ingress/egress IPs.
5+
- You have secured access to your kube-apiserver using authorized IP address ranges.
6+
7+
To enable Azure Dev Spaces in a secured cluster, you’ll need to update your configuration to allow IP addresses used by Azure Dev Spaces infrastructure services. The set of IP addresses is different for each Azure region, so you’ll need to use the IP addresses from the file in this directory that corresponds to your cluster’s region.
8+
9+
To use debugging, port forwarding, and other Dev Spaces CLI features, you will also need to whitelist your dev machine IP ranges to allow direct communication with the cluster.
10+
11+
# Note
12+
These IPs are not static and these files will be updated when IPs change due to changes in Dev Spaces infrastructure.

0 commit comments

Comments
 (0)