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 37c87d6 commit a51cef2Copy full SHA for a51cef2
integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java
@@ -851,7 +851,7 @@ private void fireAlert() throws Exception {
851
852
TestUtils.checkPodReady("domain1-admin-server", "default");
853
TestUtils.checkPodReady("domain1-managed-server-1", "default");
854
-
+
855
String webhookPod = getPodName("webhook", "webhook");
856
String command = "kubectl -n webhook logs " + webhookPod;
857
ExecResult webhookResult = TestUtils.checkAnyCmdInLoop(command, "Some WLS cluster has only one running server for more than 1 minutes");
0 commit comments