Skip to content

Commit

Permalink
Merge pull request #5339 from mangulonr/patch-27
Browse files Browse the repository at this point in the history
Create kubernetes-integration-2-8-1.mdx
  • Loading branch information
x8a committed Dec 16, 2021
2 parents b00ad66 + 385a616 commit cd9fb0a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
subject: Kubernetes integration
releaseDate: '2021-09-28'
version: 2.8.1
---

### Breaking changes

- With the addition of Kubernetes 1.22.x support, we are phasing out of the support bracket Kubernetes versions 1.15.x and below. This means the supported versions bracket for this version and the rest of the nri-kubernetes 2.8.x branch is from Kubernetes v1.16.x to v1.22.x.
- Users may still use previous versions of the integration and their Helm charts to instrument their clusters, and limited support will be offered for them. Development for said older versions is considered stopped and New Relic does not guarantee feature parity or bugfixes (security or otherwise) for those older versions.

### Changed
- Node status and conditions are now fetched from the API Server rather than KSM, which fixes some inconsistencies in the samples. This does not change which data is reported, and should be an invisible change. (#194).
- Add a series of parameters which allow to configure a jitter to be applied to API Server response caching, which might help to spread the load on large clusters. (#185).

0 comments on commit cd9fb0a

Please sign in to comment.