Merge pull request #31477 from freehan/cnibump

Automatic merge from submit-queue

bump cni to 9d5e6e6

fixes: #31348
This commit is contained in:
Kubernetes Submit Queue
2016-08-28 14:46:20 -07:00
committed by GitHub
9 changed files with 11 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ var sshOptionsMap map[string]string
const (
archiveName = "e2e_node_test.tar.gz"
CNIRelease = "8a936732094c0941e1543ef5d292a1f4fffa1ac5"
CNIRelease = "9d5e6e60e79491207834ae8439e80c943db65a69"
CNIDirectory = "cni"
)