This message was deleted.
# ask-for-help
s
This message was deleted.
👀 1
🦄 1
b
Currently. I don’t think so. What do you have in mind?
b
So the following is happening:
Copy code
ktp-ocr-xxx-854b9b7c69-grmtf                                      1/1     Running             0          6m36s
ktp-ocr-xxx-854b9b7c69-vgs72                                      1/1     Running             0          6m36s
ktp-ocr-xxx-runner-0-856c5db8df-l6578                             1/1     Running             0          6m36s
ktp-ocr-xxx-runner-0-856c5db8df-rt4k2                             1/1     Running             0          6m36s
ktp-ocr-xxx-runner-1-74bf976849-6d4kc                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-1-74bf976849-h9mb7                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-2-698d95cd99-bk9f7                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-2-698d95cd99-q8stl                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-3-67d85bcbd5-j5g26                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-3-67d85bcbd5-s5qsq                             0/1     Running             2          6m36s
ktp-ocr-xxx-runner-2-698d95cd99-bk9f7                             0/1     Running             3          7m51s
ktp-ocr-xxx-runner-1-74bf976849-h9mb7                             0/1     Running             3          7m51s
ktp-ocr-xxx-runner-3-67d85bcbd5-s5qsq                             0/1     Running             3          7m51s
ktp-ocr-xxx-runner-2-698d95cd99-q8stl                             0/1     Running             3          8m10s
ktp-ocr-xxx-runner-3-67d85bcbd5-j5g26                             0/1     Running             3          8m12s
ktp-ocr-xxx-runner-1-74bf976849-6d4kc                             0/1     Running             3          8m31s
So
runner-0
starts up fine ... but the rest are constantly restarting
b
Make sense. This is problematic. We will try get on this. Cc @Xipeng Guan @Sean
b
Awesome. In the meantime, I can try to look for the template in the library source and modify the timeouts from there and see if I can get things to run at least
I would love to see the
BentoDeployment
to support a couple more fields akin to a normal K8s
Deployment
And where the
runners
support fields like a
Pod
Hmm, it seems like this modification should be done in Yatai:
kube_bento_deployment.go
This is probably not as straightfoward...
x