Merge pull request #96638 from hasheddan/cadvisor-util

Fix link to CRI-O sock path
This commit is contained in:
Kubernetes Prow Robot 2020-12-08 18:34:31 -08:00 committed by GitHub
commit 8a65055c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ import (
const (
// CrioSocket is the path to the CRI-O socket.
// Please keep this in sync with the one in:
// github.com/google/cadvisor/container/crio/client.go
// github.com/google/cadvisor/tree/master/container/crio/client.go
CrioSocket = "/var/run/crio/crio.sock"
)