Fix link to cadvisor CRI-O sock path

Fixes link to point to CRI-O sock constant defined in cadvisor. We
cannot pin directly because of linux build tags in transitive dependency
opencontaines/runc.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-11-17 12:02:27 -06:00
parent 0c97340905
commit 97c358fe5b
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

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"
)