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.
1 parent db03400 commit 6b0f9b4Copy full SHA for 6b0f9b4
1 file changed
test/coordinator/e2e/coordinator/coordinator_test.go
@@ -183,6 +183,7 @@ func dumpEnvoyClusters(nsName string) {
183
args = append(args, "--context="+k8sContext)
184
}
185
args = append(args, "--", "curl", "-sS", "--connect-timeout", "1", "--max-time", "5", "http://localhost:19000/clusters")
186
+ out, err := exec.Command("kubectl", args...).CombinedOutput()
187
if err != nil {
188
fmt.Fprintf(ginkgo.GinkgoWriter, "\n--- envoy /clusters (kubectl error: %v) ---\n%s\n---\n", err, string(out))
189
return
0 commit comments