-
Notifications
You must be signed in to change notification settings - Fork 131
test(DTR): Testing different K8S versions for DTR (incubation) #2095
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: itsfarhan <[email protected]>
ytsarev
left a comment
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.
we most probably want to hide matrix testing under 'heavy tests' label to avoid running them on every PR
Signed-off-by: itsfarhan <[email protected]>
Signed-off-by: itsfarhan <[email protected]>
|
The error we are facing is in the creation of the k3d cluster: Some research shows a potential mismatch between k3d and the host. What happens if you try to use the default k3d version v5.4.6 instead of upgrading to v5.6.3? I suggest to try to change one thing at a time to understand what is the cause |
Signed-off-by: itsfarhan <[email protected]>
Signed-off-by: itsfarhan <[email protected]>

This PR is of issue #1909. Currently performing matrix testing with recent minor release k8s versions.
So far what I noticed:
References:
https://kubernetes.io/releases/
HOW TO RUN CI
---By default, all the checks will be run automatically. Furthermore, when changing website-related stuff, the preview will be generated by the netlify bot.
Heavy tests
Add the
heavy-testslabel on this PR if you want full-blown tests that include more than 2-cluster scenarios.Debug tests
If the test suite is failing for you, you may want to try triggering
Re-run all jobs(top right) with debug logging enabled. It will also make the print debug action more verbose.