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 00eb6b3 commit 55d2ad3Copy full SHA for 55d2ad3
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -930,6 +930,7 @@ private void callShellScriptByExecToPod(
930
"FAILURE: command " + cmdKubectlSh + " failed, returned " + result.stderr());
931
}
932
String output = result.stdout().trim();
933
+ logger.info("Command returned " + output);
934
if (!output.contains("Deployment State : completed")) {
935
throw new RuntimeException("Failure: webapp deployment failed." + output);
936
0 commit comments