Files
kind/images/node
2020-08-19 20:57:37 -07:00
..
2020-08-19 20:57:37 -07:00

images/node

See: /pkg/build/nodeimage/build_impl.go, this image is built programmatically with docker run / exec / commit for performance reasons with large artifacts.

Roughly this image is the base image, with the addition of:

  • installing the Kubernetes packages / binaries
  • placing the Kubernetes docker images in /kind/images/*.tar
  • placing a file in /kind/version containing the Kubernetes semver

See node-image for more design details.