ericzzzzzzz
ericzzzzzzz
@wtaylor option 2 sounds neat to me
the issue can be fixed by adding --tolerate-failures-until-deadline flag when running skaffold dev , implementation #8047
This seems related to k8s log rotation https://github.com/kubernetes/kubernetes/issues/28369, however this issue is not fixed, skaffold is just using kubectl logs -f for streaming logs, we might not be able to...
Closing this out, as there is nothing we can do about it.
This is probably caused by Skaffold didn't respect docker context, if DOCKER_SOCKET is not set. The current behavior is that DOCKER_SOCKET is not set skaffold will try to use the...
Thank you for the fix!
@vikas027 Thank you for filing the request, agreed this is a nice to have. Mark this as p3 at the moment, we can bump this later if we see more...
https://github.com/GoogleContainerTools/skaffold/issues/7078#issuecomment-1180979589
hi @foxydevloper the workaround is supposed to work, https://github.com/GoogleContainerTools/skaffold/issues/8430#issuecomment-1612221929 talked about the same approach 3 month ago, changing the DOCKER_HOST env variable is also suggested here https://podman-desktop.io/docs/migrating-from-docker/using-the-docker_host-environment-variable
Just to clarify, even the workaround works, we're still working on this feature.