Skip to content

Commit

Permalink
Merge pull request #15160 from svetlanabrennan/update-k8s-supported-v…
Browse files Browse the repository at this point in the history
…ersions-1.28

feat(kubernetes): Update docs with k8s 1.28 support and 1.23 deprecation
  • Loading branch information
bradleycamacho committed Nov 15, 2023
2 parents 22f5a63 + cedf208 commit 665cffd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ Our integration is compatible and is continuously tested on the following Kubern
Kubernetes cluster
</td>
<td>
1.23 to 1.27
1.24 to 1.28
</td>
</tr>
</tbody>
</table>


<Callout variant="important">
Starting from Kubernetes version 1.26, the `@autoscaling/v2beta2` API is no longer available and replaced by the `@autoscaling/v2`. For continued `HorizontalPodAutoscaling` metric reporting it's important that you install `kube-state-metrics` version 2.7+ on the Kubernetes version 1.26+ clusters. This is because only `kube-state-metrics` v2.7+ can support the `@autoscaling/v2` API.
</Callout>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: 'Deprecation notice: Kubernetes'
subject: Kubernetes integration
releaseDate: '2023-11-15'
---

Effective Wednesday, November 15, 2023, our Kubernetes integration drops support for Kubernetes v1.23 and lower. The Kubernetes integration v3.20.0 and higher will only be compatible with Kubernetes versions 1.24 and higher. For more information, read this note or contact your account team.

## Background [#bg]

Enabling compatibility with the latest Kubernetes versions and adding new features to our Kubernetes offering prevents us from offering first-class support to versions v1.23 and lower.

## What's happening [#what's-happening]

* Most major Kubernetes cloud providers have already deprecated v1.23 and lower.

## What do you need to do [#what-to-do]

It's easy: [Upgrade your Kubernetes clusters](/docs/integrations/kubernetes-integration/installation/kubernetes-installation-configuration#update) to a supported version.

## What happens if you don't make any changes to your account [#account]

The Kubernetes integration may continue to work with end-of-lifed versions. However, we can't guarantee the quality of the solution as new releases may cause some incompatibilities.

Please note that we won't accept support requests for these versions that have reached the end of their life.

0 comments on commit 665cffd

Please sign in to comment.