Skip to content

Commit ecdc457

Browse files
authored
Merge pull request #230988 from tomkerkhove/patch-6
docs: Provide more clarity on KEDA supported version
2 parents 977fa7a + fb41d73 commit ecdc457

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

articles/aks/includes/keda/current-version-callout.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ ms.author: tomkerkhove
88
---
99

1010
> [!IMPORTANT]
11-
> The KEDA add-on installs version *2.7.0* of KEDA on your cluster.
11+
> The KEDA add-on installs version *2.7.0* of KEDA on your cluster.
12+
>
13+
> Due to [KEDA's Kubernetes Compatibility policy](https://keda.sh/docs/latest/operate/cluster/#kubernetes-compatibility), the managed KEDA addon is will only be supported in Kubernetes versions <= 1.25 when generally available. Please follow the [release notes](https://github.com/Azure/AKS/releases) to be notified for additional Kubernetes version support.

articles/aks/keda-about.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ Learn more about how KEDA works in the [official KEDA documentation][keda-archit
3030

3131
## Installation and version
3232

33-
>[!WARNING]
34-
> The managed KEDA addon will not be supported in K8s version 1.26 at GA. Please follow the [release notes](https://github.com/Azure/AKS/releases) to be notified when it will be supported.
33+
[!INCLUDE [Current version callout](./includes/keda/current-version-callout.md)]
3534

3635
KEDA can be added to your Azure Kubernetes Service (AKS) cluster by enabling the KEDA add-on using an [ARM template][keda-arm] or [Azure CLI][keda-cli].
3736

3837
The KEDA add-on provides a fully supported installation of KEDA that is integrated with AKS.
3938

40-
[!INCLUDE [Current version callout](./includes/keda/current-version-callout.md)]
41-
4239
## Capabilities and features
4340

4441
KEDA provides the following capabilities and features:

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This article shows you how to deploy the Kubernetes Event-driven Autoscaling (KE
1616

1717
## Prerequisites
1818

19-
>[!WARNING]
20-
> The managed KEDA addon will not be supported in K8s version 1.26 at GA. Please follow the [release notes](https://github.com/Azure/AKS/releases) to be notified when it will be supported.
21-
2219
- An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
2320
- [Azure CLI installed](/cli/azure/install-azure-cli).
2421
- Firewall rules are configured to allow access to the Kubernetes API server. ([learn more][aks-firewall-requirements])

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This article shows you how to install the Kubernetes Event-driven Autoscaling (K
1616

1717
## Prerequisites
1818

19-
>[!WARNING]
20-
> The managed KEDA addon will not be supported in K8s version 1.26 at GA. Please follow the [release notes](https://github.com/Azure/AKS/releases) to be notified when it will be supported.
21-
2219
- An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
2320
- [Azure CLI installed](/cli/azure/install-azure-cli).
2421
- Firewall rules are configured to allow access to the Kubernetes API server. ([learn more][aks-firewall-requirements])

articles/aks/keda-integrations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.author: tomkerkhove
1111

1212
The Kubernetes Event-driven Autoscaling (KEDA) add-on integrates with features provided by Azure and open source projects.
1313

14-
>[!WARNING]
15-
> The managed KEDA addon will not be supported in K8s version 1.26 at GA. Please follow the [release notes](https://github.com/Azure/AKS/releases) to be notified when it will be supported.
14+
[!INCLUDE [Current version callout](./includes/keda/current-version-callout.md)]
1615

1716
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1817

0 commit comments

Comments
 (0)