Merge pull request #91370 from justaugustus/cni

Update CNI to v0.8.6
This commit is contained in:
Kubernetes Prow Robot
2020-05-26 13:38:01 -07:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v0.8.5"
cniVersion = "v0.8.6"
cniArch = "amd64"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"