提交 c28b812e 编写于 作者: Y Yancey1989

cancel efk; correct hostpath

上级 af9e221d
......@@ -69,7 +69,7 @@ spec:
name: nfs
env:
- name: OUT_DIR
value: /mnt/paddle-cluster-job
value: /home/work/mfs/paddle-cluster-job
- name: SPLIT_COUNT
value: "3"
volumes:
......@@ -313,7 +313,3 @@ def getIdMap(podlist):
args += " " + args_ext + " --trainer_id=" + \
str(trainerId) + " --save_dir=" + JOB_PATH_OUTPUT
```
### 使用EFK查询训练日志
首先需要在集群中[部署EFK(Elasticsearch+Fluentd+Kibana)](https://github.com/k8sp/efk)套件,在Kibana中根据POD或者Container名字来搜索相应日志
![EFK下的Paddle训练日志](./src/efk-paddle-logs.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册