File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This article shows you how to deploy the Kubernetes Event-driven Autoscaling (KE
20
20
21
21
- An Azure subscription. If you don't have an Azure subscription, you can create a [ free account] ( https://azure.microsoft.com/free ) .
22
22
- [ 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 ] )
23
24
24
25
### Register the ` AKS-KedaPreview ` feature flag
25
26
@@ -150,6 +151,7 @@ You can troubleshoot troubleshoot KEDA add-on problems in [this article][keda-tr
150
151
[ az aks update ] : /cli/azure/aks#az-aks-update
151
152
[ az-group-delete ] : /cli/azure/group#az-group-delete
152
153
[ keda-troubleshoot ] : keda-troubleshoot.md
154
+ [ aks-firewall-requirements ] : limit-egress-traffic.md#azure-global-required-network-rules
153
155
154
156
<!-- LINKS - external -->
155
157
[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This article shows you how to install the Kubernetes Event-driven Autoscaling (K
21
21
22
22
- An Azure subscription. If you don't have an Azure subscription, you can create a [ free account] ( https://azure.microsoft.com/free ) .
23
23
- [ 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 ] )
24
25
25
26
### Install the extension ` aks-preview `
26
27
@@ -172,6 +173,7 @@ You can troubleshoot troubleshoot KEDA add-on problems in [this article][keda-tr
172
173
[ az aks update ] : /cli/azure/aks#az-aks-update
173
174
[ az-group-delete ] : /cli/azure/group#az-group-delete
174
175
[ keda-troubleshoot ] : keda-troubleshoot.md
176
+ [ aks-firewall-requirements ] : limit-egress-traffic.md#azure-global-required-network-rules
175
177
176
178
[ kubectl ] : https://kubernetes.io/docs/user-guide/kubectl
177
179
[ keda ] : https://keda.sh/
You can’t perform that action at this time.
0 commit comments