-
Notifications
You must be signed in to change notification settings - Fork 3.4k
ci: add K8s 1.28 platform testing #29004
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
Conversation
Cilium itself officially supports K8s 1.28 since 6a70af2, however platforms did not have a compatible 1.28 version available for managed clusters until recently. Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
/ci-aks |
/ci-eks |
/ci-gke |
/ci-awscni |
It seems AKS still does not support 1.28 |
Correct, I got misled by my local environment yesterday, it's still not GA. |
1.28 is now GA on AKS and test passed: https://github.com/cilium/cilium/actions/runs/6772112977 We can mark ready to merge as soon as reviews are in :) |
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.
Alright!
Please run the full suite in the future so that this can go into the merge queue automatically. |
/test |
@lmb This PR does not need to run the full test suite, it only modifies a restricted set of files, and does not need to go through the merge queue. My bad for not properly mentioning it when saying it was ready to merge. |
Currently, the tests `ci-eks` & `ci-aws-cni` fail due to issues deploying multiple clusters with the same name in the same region. Therefore, this commit uses a different region for k8s version v1.24 to ensure that only one cluster gets deployed per region. Fixes: cilium#29004 Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
Currently, the tests `ci-eks` & `ci-aws-cni` fail due to issues deploying multiple clusters with the same name in the same region. Therefore, this commit uses a different region for k8s version v1.24 to ensure that only one cluster gets deployed per region. Fixes: #29004 Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
Currently, the tests `ci-eks` & `ci-aws-cni` fail due to issues deploying multiple clusters with the same name in the same region. Therefore, this commit uses a different region for k8s version v1.24 to ensure that only one cluster gets deployed per region. Fixes: cilium#29004 Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
Cilium itself officially supports K8s 1.28 since
6a70af2, however platforms did not have a compatible 1.28 version available for managed clusters until recently.