mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Merge pull request #3305 from LiliC/lili/disable-cri-probe
Disable CRI probe by default
This commit is contained in:
@@ -308,7 +308,7 @@ func setupFlags(flags *flags) {
|
||||
flag.StringVar(&flags.probe.dockerBridge, "probe.docker.bridge", "docker0", "the docker bridge name")
|
||||
|
||||
// CRI
|
||||
flag.BoolVar(&flags.probe.criEnabled, "probe.cri", true, "collect CRI-related attributes for processes")
|
||||
flag.BoolVar(&flags.probe.criEnabled, "probe.cri", false, "collect CRI-related attributes for processes")
|
||||
flag.StringVar(&flags.probe.criEndpoint, "probe.cri.endpoint", "unix///var/run/dockershim.sock", "The endpoint to connect to the CRI")
|
||||
|
||||
// K8s
|
||||
|
||||
Reference in New Issue
Block a user