Skip to content

Commit a8c913f

Browse files
committed
Add missing requirements
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 1bc93b0 commit a8c913f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/aks/keda-deploy-add-on-arm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This article shows you how to deploy the Kubernetes Event-driven Autoscaling (KE
2020

2121
- An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
2222
- [Azure CLI installed](/cli/azure/install-azure-cli).
23+
- Firewall rules are configured to allow access to the Kubernetes API server. ([learn more][aks-firewall-requirements])
2324

2425
### Register the `AKS-KedaPreview` feature flag
2526

@@ -150,6 +151,7 @@ You can troubleshoot troubleshoot KEDA add-on problems in [this article][keda-tr
150151
[az aks update]: /cli/azure/aks#az-aks-update
151152
[az-group-delete]: /cli/azure/group#az-group-delete
152153
[keda-troubleshoot]: keda-troubleshoot.md
154+
[aks-firewall-requirements]: limit-egress-traffic.md#azure-global-required-network-rules
153155

154156
<!-- LINKS - external -->
155157
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl

articles/aks/keda-deploy-add-on-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This article shows you how to install the Kubernetes Event-driven Autoscaling (K
2121

2222
- An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
2323
- [Azure CLI installed](/cli/azure/install-azure-cli).
24+
- Firewall rules are configured to allow access to the Kubernetes API server. ([learn more][aks-firewall-requirements])
2425

2526
### Install the extension `aks-preview`
2627

@@ -172,6 +173,7 @@ You can troubleshoot troubleshoot KEDA add-on problems in [this article][keda-tr
172173
[az aks update]: /cli/azure/aks#az-aks-update
173174
[az-group-delete]: /cli/azure/group#az-group-delete
174175
[keda-troubleshoot]: keda-troubleshoot.md
176+
[aks-firewall-requirements]: limit-egress-traffic.md#azure-global-required-network-rules
175177

176178
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl
177179
[keda]: https://keda.sh/

0 commit comments

Comments
 (0)