Merge pull request #1599 from BenTheElder/upgrade-containerd

Upgrade containerd to 1.4-beta.0
This commit is contained in:
Kubernetes Prow Robot
2020-05-26 17:40:41 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20200513-fd490400"
const DefaultBaseImage = "kindest/base:v20200515-fefccb7a"
// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits