avoid pipe to head to prevent rare SIGPIPE under load

This commit is contained in:
Benjamin Elder
2021-04-02 12:50:17 -07:00
parent 45fec13c7a
commit 87cf01a2ce
2 changed files with 5 additions and 5 deletions

View File

@@ -20,4 +20,4 @@ package nodeimage
const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20210328-c17ca167@sha256:0311870f4d35b0f68e2fedb5d703a552a8e7eb438acc67a3bd13982c2bda7487"
const DefaultBaseImage = "docker.io/kindest/base:v20210402-3d9112b0"