mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
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:
parent
0c97340905
commit
97c358fe5b
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user