-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Kubernetes] Update Kubernetes and KSM version for 1.28 compatibility #36997
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
@@ -0,0 +1,10 @@ | |||
apiVersion: v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this added by mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I removed it now
According to this can we run |
I ran the tests for each separately, while I was updating the files |
…elastic#36997) * Update K8s version. * Update K8s version. * Remove extra prometheus.yaml file.
What
Supported Kubernetes versions are the ones being maintained currently: 1.26-1.28
For the
state_*
metricsets: supported versions are 2.8.2, 2.9.2 and 2.10. Steps:_meta/test/ksm.v2.7.0
and add file for new supported version 2.10.0.docs.plain
to include this latest version.For each
state_*
metricset:files
variable under the test file.go test -data
to update the expected files.For controller manager, proxy and scheduler:
test
.testdata/docs.plain
document with same content.Additionally:
Jenkisfile
deploy/kubernetes/Jenkinsfile.yml
metricbeat/module/kubernetes/docs.asciidoc
with the new compatible versions and runmage build
to update themetricbeatbeat/docs/modules/kubernetes.asciidoc
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Related issues
Relates to https://github.com/elastic/observability-dev/issues/2802.