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'm trying to run custom slugbuilder image on my cluster, I'm following this doc and advices from slack. For now I'm trying plain unmodified slugbuilder code.
Steps to reproduce:
Env and build process:
export DEIS_REGISTRY=quay.io/
export IMAGE_PREFIX=szymon_szypulski
make deploy
Image is pushed succesfully and tagged as cannary.
kubectl edit configmap slugbuilder-config -n deis. I'm changing image to quay.io/szymon_szypulski/slugbuilder:canary, pullpolicy to Always.
I'm deleting currently running builder pod, it is recreated successfully.
Pushing the app, build fails.
kubect describe pod <slugbuilder_app_pod_name> -n deis shows:
State: Terminated
Reason: Error
Exit Code: 126
kubectl logs pod <slugbuilder_app_pod_name> -n deis` shows:
I'm trying to run custom slugbuilder image on my cluster, I'm following this doc and advices from slack. For now I'm trying plain unmodified slugbuilder code.
Steps to reproduce:
Env and build process:
Image is pushed succesfully and tagged as cannary.
kubectl edit configmap slugbuilder-config -n deis
. I'm changing image toquay.io/szymon_szypulski/slugbuilder:canary
, pullpolicy toAlways
.I'm deleting currently running builder pod, it is recreated successfully.
Pushing the app, build fails.
kubect describe pod <slugbuilder_app_pod_name> -n deis
shows:kubectl logs pod <slugbuilder_app_pod_name> -n deis` shows:
I've tried minikube and vagrant based cluster.
I'm pretty sure I'm doing something wrong, but I'm not sure what :/ I assume, official images are built same way.
The text was updated successfully, but these errors were encountered: