You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I manually change Dockerfile build command to this:
<...>
RUN go build -buildvcs=false -o /usr/local/bin/hello-world
<...>
It proceeds, but then I have another error:
x Error building service 'hello-world': failed to do request: Head "https://okteto.dev/v2/go-hello-world/blobs/sha256:a739c67a76c3ff201aa979efc9c5deb081a75f5b98390ee176315cb0cb582aa9": dialing okteto.dev:443 with direct connection: resolving host okteto.dev: lookup okteto.dev: no such host
Hi @inliquid, I'm seeing that you are running your example with a vanilla cluster (a cluster without okteto chart installed). Can you check if it's still happening if you run it in Okteto cloud?
Describe the bug
I'm following this guide: https://www.okteto.com/docs/samples/golang/
When trying to deploy via
okteto deploy --build
it stops with error:To Reproduce
Steps to reproduce the behavior:
I suspect just follow Getting Started doc.
Expected behavior
Deploy happens with no error.
Desktop (please complete the following information):
Additional context
No.
The text was updated successfully, but these errors were encountered: