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 af9e221 commit c28b812Copy full SHA for c28b812
doc/howto/usage/k8s/k8s_distributed_cn.md
@@ -69,7 +69,7 @@ spec:
69
name: nfs
70
env:
71
- name: OUT_DIR
72
- value: /mnt/paddle-cluster-job
+ value: /home/work/mfs/paddle-cluster-job
73
- name: SPLIT_COUNT
74
value: "3"
75
volumes:
@@ -313,7 +313,3 @@ def getIdMap(podlist):
313
args += " " + args_ext + " --trainer_id=" + \
314
str(trainerId) + " --save_dir=" + JOB_PATH_OUTPUT
315
```
316
-
317
-### 使用EFK查询训练日志
318
-首先需要在集群中[部署EFK(Elasticsearch+Fluentd+Kibana)](https://github.com/k8sp/efk)套件,在Kibana中根据POD或者Container名字来搜索相应日志
319
-
0 commit comments