Merge pull request #756 from Random-Liu/update-cri-tools

Update cri-tools to fix `crictl logs` output.
This commit is contained in:
Lantao Liu 2018-04-27 01:33:38 -07:00 committed by GitHub
commit 03bac61890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
# Not from vendor.conf. # Not from vendor.conf.
CRITOOL_VERSION=f37a5a1edb69ee742c6e42c57413fe6b63788085 CRITOOL_VERSION=34ce008eb986641743a1230b4800a74f6829ecbb
CRITOOL_PKG=github.com/kubernetes-incubator/cri-tools CRITOOL_PKG=github.com/kubernetes-incubator/cri-tools
CRITOOL_REPO=github.com/kubernetes-incubator/cri-tools CRITOOL_REPO=github.com/kubernetes-incubator/cri-tools