Files
kind/pkg/build
Benjamin Elder 950a319187 implement kind build node-image --arch
- switch to pulling images with containerd in the running base, instead of to the host. this breaks offline kubernetes development but the previous approach with docker pull / save / export cannot be used reliably for multi-arch
- fully qualify images to prepull (needed by ctr)
- fix image architecture in upstream built images, some of which are have the wrong metadata
- move architecture support to warning
2021-05-18 12:49:13 -07:00
..