Skip to content

Commit ff29f3d

Browse files
committed
[Dev Spaces] IP auth range faq and troubleshooting
1 parent c7bd092 commit ff29f3d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

articles/dev-spaces/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ Yes, you can use Azure Dev Spaces on an AKS cluster that uses CNI for networking
3939

4040
Currently, Azure Dev Spaces is intended to run on Linux pods and nodes only, but you can run Azure Dev Spaces on an AKS cluster with [existing Windows containers][windows-containers].
4141

42+
### Can I use Azure Dev Spaces on AKS clusters with API server authorized IP address ranges enabled?
4243

44+
Yes, you can use Azure Dev Spaces on AKS clusters with [API server authorized IP address ranges][aks-auth-range] enabled. When [creating][aks-auth-range-create] your cluster, you must [allow additional ranges based on your region][aks-auth-range-ranges]. You can also [update][aks-auth-range-update] and existing cluster to allow those additional ranges.
45+
46+
[aks-auth-range]: ../aks/api-server-authorized-ip-ranges.md
47+
[aks-auth-range-create]: ../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled
48+
[aks-auth-range-ranges]: https://github.com/Azure/dev-spaces/tree/master/public-ips
49+
[aks-auth-range-update]: ../aks/api-server-authorized-ip-ranges.md#update-a-clusters-api-server-authorized-ip-ranges
4350
[dev-spaces-routing]: how-dev-spaces-works.md#how-routing-works
4451
[ingress-traefik]: how-to/ingress-https-traefik.md#configure-a-custom-traefik-ingress-controller
4552
[ingress-https-traefik]: how-to/ingress-https-traefik.md#configure-the-traefik-ingress-controller-to-use-https

articles/dev-spaces/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Despite the error message when running `az aks use-dev-spaces` with a version of
8888

8989
To fix this issue, update your installation of the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) to 2.0.63 or later. This update will resolve the error message you receive when running `az aks use-dev-spaces`. Alternatively, you can continue to use your current version of the Azure CLI and the Azure Dev Spaces CLI.
9090

91+
### AKS clusters with API server authorized IP address ranges enabled
92+
93+
If you have [API server authorized IP address ranges](../aks/api-server-authorized-ip-ranges.md) enabled for your AKS cluster, you must also [create](../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled) or [update](../aks/api-server-authorized-ip-ranges.md#update-a-clusters-api-server-authorized-ip-ranges) your cluster to [allow additional ranges based on your region](https://github.com/Azure/dev-spaces/tree/master/public-ips).
94+
9195
## Common issues when preparing your project for Azure Dev Spaces
9296

9397
### Warning "Dockerfile could not be generated due to unsupported language"

0 commit comments

Comments
 (0)