Skip to content

Commit

Permalink
Add support for kubernetes version 1.30.0 (#39210)
Browse files Browse the repository at this point in the history
* Add support for kubernetes version 1.30.0

* Update kubernetes.asciidoc

* Use latest available patch versions of supported k8s versions

* Update docs with kubernetes version compatibility

* Make update
  • Loading branch information
MichaelKatsoulis committed Jul 1, 2024
1 parent 351cabb commit 73f94b3
Show file tree
Hide file tree
Showing 23 changed files with 9,659 additions and 7,844 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ stages:
make check-no-changes;
stage: checks
k8sTest:
k8sTest: "v1.29.0,v1.28.0,v1.27.3,v1.26.6"
k8sTest: "v1.30.0,v1.29.4,v1.28.9,v1.27.13"
stage: mandatory
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/kubernetes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ roleRef:
=== Compatibility

The Kubernetes module is tested with the following versions of Kubernetes:
1.26.x, 1.27.x, 1.28.x and 1.29.x.
1.27.x, 1.28.x, 1.29.x and 1.30.x

[float]
=== Dashboard
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ roleRef:
=== Compatibility

The Kubernetes module is tested with the following versions of Kubernetes:
1.26.x, 1.27.x, 1.28.x and 1.29.x.
1.27.x, 1.28.x, 1.29.x and 1.30.x

[float]
=== Dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
},
"kubernetes": {
"controllermanager": {
"name": "noexec_taint_pod",
"name": "daemonset",
"workqueue": {
"adds": {
"count": 16
"count": 5
},
"depth": {
"count": 0
},
"longestrunning": {
"sec": 0
},
"retries": {
"count": 0
},
"unfinished": {
"sec": 0
}
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 73f94b3

Please sign in to comment.