Skip to content

Commit b933a00

Browse files
committed
router: use admin client to get router pod dump
1 parent 0d9f796 commit b933a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/router/metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var _ = g.Describe("[Conformance][Area:Networking][Feature:Router] openshift rou
7575

7676
g.AfterEach(func() {
7777
if g.CurrentGinkgoTestDescription().Failed {
78-
exutil.DumpPodLogsStartingWithInNamespace("router", "default", oc)
78+
exutil.DumpPodLogsStartingWithInNamespace("router", "default", oc.AsAdmin())
7979
}
8080
})
8181

0 commit comments

Comments
 (0)