You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed Kubeflow on Azure following this Guide
However, when I create an experiment and then try to run Taxi Pipeline, the following error appears: MountVolume.SetUp failed for volume "docker-sock" : hostPath type check failed: /var/run/docker.sock is not a socket file
What am I missing?
I read the following links but still can't understand how to solve it
Executing kubectl edit configmap workflow-controller-configmap -n kubeflow and doing the following was the solution: argoproj/argo-workflows#5243 (comment)
I installed Kubeflow on Azure following this Guide
However, when I create an experiment and then try to run Taxi Pipeline, the following error appears: MountVolume.SetUp failed for volume "docker-sock" : hostPath type check failed: /var/run/docker.sock is not a socket file
What am I missing?
I read the following links but still can't understand how to solve it
argoproj/argo-workflows#826
argoproj/argo-workflows#3500
https://stackoverflow.com/questions/66989018/kubeflow-pipeline-fail-to-create-container
https://discuss.kubernetes.io/t/issues-with-running-argo-against-microk8s-on-ubunte/13553/3
I tried setting up a PersistentVolume but it still doesn't work
The text was updated successfully, but these errors were encountered: