We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 245cf6d + 80ee833 commit 81756d5Copy full SHA for 81756d5
pkg/oc/admin/diagnostics/diagnostics/cluster/network/in_pod/util/log.go
@@ -23,7 +23,6 @@ func (l *LogInterface) LogNode(kubeClient kclientset.Interface) {
23
l.LogSystem()
24
l.LogServices()
25
26
- l.Run("brctl show", "bridges")
27
l.Run("docker ps -a", "docker-ps")
28
l.Run("ovs-ofctl -O OpenFlow13 dump-flows br0", "flows")
29
l.Run("ovs-ofctl -O OpenFlow13 show br0", "ovs-show")
0 commit comments