Merge pull request #102328 from lentzi90/update-cni-plugins

Update CNI plugins v0.9.1
This commit is contained in:
Kubernetes Prow Robot
2021-05-28 10:16:46 -07:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

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