Closed apostasie closed 3 months ago
@imeoer going to rebase this ASAP so that we can consider just the Kube fixes
@imeoer rebased - one commit left - CI is green.
I just added a bunch of inline comments to facilitate review. PTAL at your convenience and LMK if you want anything changed in this.
Thanks for your help!
This is fixing the recent kube testing bustage.
NOTE that this PR is on-top of #606 as I needed a working CI environment as a starting point to debug. We can either merge this and close 606, or merge 606 first, then I will rebase here.
As far as I can tell, the issues with kube were:
What this PR does (in commit "Fix kube test bustage"):
static
target so that we get truly staticbin/containerd-nydus-grpc
binaries that we can safely copy into the kind control plane/var/lib/containerd/io.containerd.snapshotter.v1.nydus
(follow-up to #603)kind.sh
shell script (undertests/helpers
) that takes care of setting everything up, so that we can also use that locally / outside of github actionsCI is now green and both PRs are ready to review.
Hope this is helpful.