-
Notifications
You must be signed in to change notification settings - Fork 98
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
chore: Use latest kind and k8s release #356
Conversation
cce6228
to
4a2502b
Compare
Did kind introduce some breaking changes? 😕 |
Might be related to: kubernetes-sigs/kind#3064 |
I did reproduce this locally, Looking into it |
the remaining failures are
I believe this is because of the changes in https://github.com/kubernetes-sigs/kind/releases/tag/v0.19.0 from ubuntu to debian |
@jprendes I am thinking we might be able to use the cross build stuff you've added to correctly link the glibc version? |
I can try moving CI to use |
leaving notes on the changes for future self:
|
I tried using the docker buildx bake and related scripts but having trouble running them, do we have docs on how they should be run? I took a look at the updated error after using correct commands
update again: I needed to upgrade my local docker version and now it is working with:
|
I am also having trouble running these locally since I am using ubuntu. Will need to come up with solution that works locally too. |
I was able to get the tests passing using the docker build (without the bake stuff) locally using
|
that time it worked, but need to rebase to pick up #354 |
3e41d0f
to
88ed25e
Compare
88ed25e
to
5c35732
Compare
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.
lgtm! But maybe we should wait for #359 to merge first?
Yes, I'll rebase on that once it is ready |
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.
Thanks @jsturtevant!
LGTM
Need a rebase |
Signed-off-by: James Sturtevant <jstur@microsoft.com>
Signed-off-by: James Sturtevant <jstur@microsoft.com>
5c35732
to
869b92e
Compare
allset! |
Updating to use more recent versions of kubernetes and kind