Add log statement (#1620)
This commit is contained in:
@@ -109,6 +109,9 @@ public class KubernetesClientPodUtils implements PodUtils<V1Pod> {
|
||||
}
|
||||
catch (Throwable t) {
|
||||
if (failFast) {
|
||||
if (t instanceof ApiException apiException) {
|
||||
LOG.error("error reading pod : " + apiException.getResponseBody());
|
||||
}
|
||||
throw new RuntimeException(t);
|
||||
}
|
||||
if (t instanceof ApiException apiException) {
|
||||
|
||||
Reference in New Issue
Block a user