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
|
Yes, I'll rebase on that once it is ready |
jprendes
left a comment
There was a problem hiding this comment.
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