mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-28 13:03:43 +00:00
Merge pull request #96638 from hasheddan/cadvisor-util
Fix link to CRI-O sock path
This commit is contained in:
commit
8a65055c2d
@ -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