Shuffle
Shuffle copied to clipboard
k8s: fix autodeploy
Autodeploy is no longer working in Kubernetes in recent shuffle versions.
findAppInfo leads to the following error:
Unable to list services: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (may continue anyway?)
Replaced with deployApp again, which is working fine. Closes #1817
The change which caused this error: https://github.com/Shuffle/Shuffle/commit/67cd5a3e60a946b4c9a39a19b5ae12b60468bbec#diff-4e7f9eebb16f62df8c8bd70c83a164508a01a507109796856a1af888189498f7 @frikky
@0x0elliot verify this please. There's a lot of code changes in here that don't seem directly k8s related 🤔