Open RaananHadar opened 3 years ago
Thanks for bring this to our attention, Raanan! We have an effort underway to improve our documentation, which includes updating the included examples and tutorials. k8s deprecating the Docker runtime is definitely a thorn in our side right now. :). https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/
Thanks. Its a minor issue, just wanted to let you know.
This issue can be solved in 2 ways:
I think the latter is a better option as it keeps a cleaner pipeline spec. However i did not see a Dockerfile in the repo, so its hard for me to solve this on my own.
I've deployed Pachyderm on AKS. Latest version of AKS don't seem to use the docker daemon anymore so deployment now works with
--no-expose-docker-socket
.I've tried doing the breast cancer example right now and I saw that since it uses relative paths in the pipeline spec it doesn't work anymore.
I'm in the process of making this work, so hopefully I'll get a PR for this. But I wanted to get you a heads up for this as this is probably a general issue which affects all the other examples. To my understanding, the simplest solution is to provide the
"working_dir"
in the pipeline spec.