Skip to content

Commit

Permalink
Update k8s supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Nov 10, 2023
1 parent c543991 commit 686306f
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,40 +55,12 @@ Our integration is compatible and is continuously tested on the following Kubern
Kubernetes cluster
</td>
<td>
1.24 to 1.27
1.24 to 1.28
</td>
</tr>
</tbody>
</table>

Our integration currently supports an experimental release of the following Kubernetes versions:
<table>
<thead>
<tr>
<th style={{ width: "300px" }}>
</th>
<th>
Versions
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Kubernetes cluster
</td>
<td>
1.28
</td>
</tr>
</tbody>
</table>

<Callout variant="important">
If you find any issues with our integration on Kubernetes version 1.28.x, please contact support @ newrelic.com.
</Callout>


<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

0 comments on commit 686306f

Please sign in to comment.