Skip to content
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

Compatibility Version E2E Test Currently Use Kubelet at Version "N" But They Should use a Kubelet At Version N-1 #33849

Open
aaron-prindle opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.

Comments

@aaron-prindle
Copy link
Contributor

What happened:
Currently the Compatibility Versions E2E Test runs a kind cluster @ version "N" (k8s latest) and then sets --emulated-version=n-1 for the kube-apiserver, kube-scheduler, and kube-controller manager. This means the kubelet is still at version N but to properly test the component versions we would encounter in common usage ( for upgrade scenarios) the kubelet should be at version N-1. As such we currently have a test gap.

What you expected to happen:
I expect that the Compatibility Version E2E Test properly test the k8s component versions that would be encountered in common usage (for upgrade scenarios) and in that case the kubelet binary should be version n-1

How to reproduce it (as minimally and precisely as possible):
Run the test at https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-testing/compatibility-versions-e2e.yaml (calls https://github.com/kubernetes/test-infra/blob/master/experiment/compatibility-versions/e2e-k8s-compatibility-versions.sh). Check the version of the kubelet that is run

/assign @aaron-prindle
/sig api-machinery

@aaron-prindle aaron-prindle added the kind/bug Categorizes issue or PR as related to a bug. label Nov 26, 2024
@k8s-ci-robot k8s-ci-robot added the sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Projects
None yet
Development

No branches or pull requests

2 participants