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
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
Instead of doing a programmatic docker build to add on last-mile environment variables, the k8s.py scheduler code could instead add them to the configuration / manifest it creates. docker.sock would still be necessary to pull images and push them to deis-registry, but this could be simpler and more efficient for the last-mile layer.
Instead of doing a programmatic
docker buildto add on last-mile environment variables, the k8s.py scheduler code could instead add them to the configuration / manifest it creates.docker.sockwould still be necessary to pull images and push them to deis-registry, but this could be simpler and more efficient for the last-mile layer.