Skip to content

Latest commit

 

History

History
 
 

containerd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

containerd

Utility image used by the CL2 image preloader. Uses containerd instead of docker.

Testing and Usage

  1. Build an image with PROJECT=<TEST-PROJECT> make build
  2. Apply image preload daemonset to your cluster (hardcode the image to pull)
    • kubectl apply -f ~/go/src/k8s.io/perf-tests/clusterloader2/pkg/imagepreload/manifests/daemonset.yaml

Releasing

  1. If required, test with steps from Testing and Usage
  2. Increment the TAG in the Makefile
  3. Build with make build
  4. Release with make push