mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-29 13:24:42 +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 (
|
const (
|
||||||
// CrioSocket is the path to the CRI-O socket.
|
// CrioSocket is the path to the CRI-O socket.
|
||||||
// Please keep this in sync with the one in:
|
// 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"
|
CrioSocket = "/var/run/crio/crio.sock"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user