shikanon / kubeflow-manifests

kubeflow国内一键安装文件
GNU General Public License v3.0
338 stars 117 forks source link

CopyFile() is not implemented in the k8sapi executor. #41

Closed nongmo677 closed 3 years ago

nongmo677 commented 3 years ago

想问一下大佬这是什么问题 image 好像kubeflow 1.3版本以下都没有这个问题?

Kubernetes 版本: v1.19.12 kubeflow版本:1.3

shikanon commented 3 years ago

@nongqiqin 我的 argo 使用的 k8sapi 做 executor,如果你需要使用 copyfile 这类功能可以换成 docker 做 executor,具体原因在这里有说明:https://github.com/shikanon/kubeflow-manifests/blob/master/docs/introduction.md#experiments-and-pipelines

nongmo677 commented 3 years ago

@nongqiqin 我的 argo 使用的 k8sapi 做 executor,如果你需要使用 copyfile 这类功能可以换成 docker 做 executor,具体原因在这里有说明:https://github.com/shikanon/kubeflow-manifests/blob/master/docs/introduction.md#experiments-and-pipelines OKOK,明白了