Commit 1a4747ef authored by 黎博's avatar 黎博

调试

parent 85d6370e
...@@ -370,6 +370,7 @@ public class K8sService { ...@@ -370,6 +370,7 @@ public class K8sService {
} else { } else {
SimpleDateFormat df2 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); SimpleDateFormat df2 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
log.info("pod.getStatus().getStartTime()为null"); log.info("pod.getStatus().getStartTime()为null");
log.info(pod.getStatus().toString());
podMap.put("createdAt", df2.format(new Date())); podMap.put("createdAt", df2.format(new Date()));
} }
} catch (Exception e) { } catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment