Skip to content

Commit

Permalink
Optimized the printing of K8S logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Sep 26, 2024
1 parent de332c1 commit c2e86fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public KubernetesResult waitForJmAndJobStart(
try (ClusterClient<String> client = clusterClient.getClusterClient()) {
logger.info("Start get job list ....");
Collection<JobStatusMessage> jobList = client.listJobs().get(15, TimeUnit.SECONDS);
// TODO a添加提示,joblist为null
if (jobList == null) {
logger.error("Get job list is failed, Please check your Network !!");
continue;
Expand Down

0 comments on commit c2e86fc

Please sign in to comment.