Closed krancour closed 8 years ago
Oddly, on a brand new k8s cluster, I am no longer able to reproduce, so I will close this and re-open it later if need be.
FWIW I was having the same issue. Ended up tracking it down to sporadic slow S3 requests. My current workaround is to bump the liveness and readiness checks for my deis-builder Deployment:
kubectl --namespace=deis patch deployment deis-builder --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/livenessProbe/timeoutSeconds", "value":10}]'
kubectl --namespace=deis patch deployment deis-builder --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/readinessProbe/timeoutSeconds", "value":10}]'
Config:
I added the following env vars:
DEIS_OUTSIDE_STORAGE
:s3.amazonaws.com
BUCKET
:kents-builder
I also updated the credentials in
deis-minio-secret-user.yaml
(theminio-user
secret) with base64 encoded access key and secret key.Logs: