substratusai / runbooks

Finetune LLMs on K8s by using Runbooks
https://www.substratus.ai
Other
168 stars 14 forks source link

Notebook isn't working on kind #215

Closed samos123 closed 1 year ago

samos123 commented 1 year ago
make dev-up-kind
make dev-skaffold-kind
kubectl notebook -d .
Tarball prepared.                                                                                                              
Notebook suspended.                                                                                                            
Error: uploading: uploading tarball: tar upload: Put "http://localhost:30080//bucket/c0cca79fd1a142dd1b56f7ed4ed52432/uploads/l
atest.tar.gz": dial tcp: lookup localhost on 192.168.0.1:53: no such host
F0822 22:48:43.496651   48532 main.go:13] uploading: uploading tarball: tar upload: Put "http://localhost:30080//bucket/c0cca79fd1a142dd1b56f7ed4ed52432/uploads/latest.tar.gz": dial tcp: lookup localhost on 192.168.0.1:53: no such host
samos123 commented 1 year ago

adding an entry for localhost in /etc/hosts fixed this

I added these 2 lines to /etc/hosts:

127.0.0.1        localhost
::1              localhost