Skip to content

Commit

Permalink
Adding support for v1.25.0 k8s (elastic#32924)
Browse files Browse the repository at this point in the history
* Adding support for v1.25.0 k8s
* Update Kube-state metrics version to follow k8sv1.25.0
  • Loading branch information
gizas authored Sep 12, 2022
1 parent c4bbd48 commit aa8ea6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
TERRAFORM_VERSION = "1.0.2"
XPACK_MODULE_PATTERN = '^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
KIND_VERSION = 'v0.14.0'
K8S_VERSION = 'v1.24.0'
K8S_VERSION = 'v1.25.0'
}
options {
timeout(time: 6, unit: 'HOURS')
Expand Down
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.24.0,v1.23.6,v1.22.9,v1.21.12"
k8sTest: "v1.25.0,v1.24.3,v1.23.6,v1.22.9"
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.21.x, 1.22.x, 1.23.x, 1.24.x
1.22.x, 1.23.x, 1.24.x, 1.25.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.21.x, 1.22.x, 1.23.x, 1.24.x
1.22.x, 1.23.x, 1.24.x, 1.25.x

[float]
=== Dashboard
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
spec:
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.8.0
image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit aa8ea6d

Please sign in to comment.