Non-blocking entrypoint: start neuron-web before k3s is ready #45
Reference in New Issue
Block a user
Delete Branch "fix/entrypoint-k3s-nonblocking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
k3s fails in Cloud Run with unable to select an IP from default routes. Entrypoint blocked on k3s startup so neuron-web never bound 8080. Fix: add --flannel-iface=eth0 and start neuron-web immediately without waiting for k3s.