【发布时间】:2021-07-31 23:40:41
【问题描述】:
我在 Guide 之后在 Azure 上安装了 Kubeflow
但是,当我创建一个实验然后尝试运行 Taxi Pipeline 时,出现以下错误:MountVolume.SetUp failed for volume "docker-sock" : hostPath type check failed: /var/run/docker. sock 不是套接字文件
我错过了什么?
我阅读了以下链接,但仍然无法理解如何解决它
https://github.com/argoproj/argo-workflows/issues/826
https://github.com/argoproj/argo-workflows/issues/3500
Kubeflow pipeline fail to create container
https://discuss.kubernetes.io/t/issues-with-running-argo-against-microk8s-on-ubunte/13553/3
我尝试设置 PersistentVolume 但仍然无法正常工作
【问题讨论】:
标签: azure kubernetes docker-volume kubeflow kubeflow-pipelines