Closed
Description
Metaissue: #31459
@Random-Liu set up a new builder to test the new docker CRI integration.
node e2e: https://k8s-testgrid.appspot.com/google-node#kubelet-cri-gce-e2e
cluster e2e: https://k8s-testgrid.appspot.com/google-gce#gci-gce-cri
Right now, it runs non-serial node e2e tests, with 27 tests passing.
FAIL! -- 27 Passed | 75 Failed | 0 Pending | 37 Skipped
We need to make the build green.
/cc @kubernetes/sig-node
Known issues: exec/logs are not supported yet in the CRI implementation, pending more discussions on the API. We bypass CRI to implement logs/exec for now to unblock other tests, since those two operations are commonly used by tests to verify results.