This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
x
Can you use your browser to visit this url manually?
Copy code
${yatai endpoint}/api/v1/bento_repositories/ktp_ocr/bentos/uipktisj5sjyzz3e/download
b
yup that works
x
can you delete this image builder pod and then restart the yatai-deployment deployment?
b
sure
Copy code
yatai-deployment-6b5c4ccdfc-wmhgm       1/1     Running       0          23s
should i try again?
x
this image builder pod will automatically recreated
b
zomg it's running
x
can you log the image builder pod?
b
it's building the image now 😄
but how
Copy code
Defaulted container "builder" out of: builder, bento-downloader (init)
INFO[0000] Resolved base name python:3.8-slim to base-debian 
INFO[0000] Retrieving image manifest python:3.8-slim    
INFO[0000] Retrieving image python:3.8-slim from registry <http://index.docker.io|index.docker.io> 
INFO[0003] Built cross stage deps: map[]                
INFO[0003] Retrieving image manifest python:3.8-slim    
INFO[0003] Returning cached image manifest              
INFO[0003] Executing 0 build triggers                   
INFO[0003] Building stage 'python:3.8-slim' [idx: '0', base-idx: '-1'] 
INFO[0003] Unpacking rootfs as cmd RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache requires it. 
INFO[0009] ENV LANG=C.UTF-8
what was the issue?
x
thank you, I think it is since the yatai-deployment hold an old YATAI_API_TOKEN env value
b
that's weird. i deleted everything
I haven't thanked you yet so thanks for your help today!
x
How did you install yatai-deployment and what is the installation command?
b
Copy code
DEVEL=true bash <(curl -s "<https://raw.githubusercontent.com/bentoml/yatai/main/scripts/quick-install-yatai.sh>")
 DEVEL=true bash <(curl -s "<https://raw.githubusercontent.com/bentoml/yatai-deployment/main/scripts/quick-install-yatai-deployment.sh>")
I deleted everything first ... mostly using
kubectl delete ns yatai-*
x
I already fixed this YATAI_API_TOKEN regenerate bug long time ago: https://github.com/bentoml/yatai-deployment/pull/35/files