stevengibbszions
stevengibbszions
> Perhaps [this documentation](https://www.getambassador.io/docs/telepresence/latest/reference/inside-container/#running-telepresence-inside-a-container) can help? Yes! I missed that. Installing iptables and running with the added docker arguments helped the process progress further. Now I see the following error:...
> shouldn't happen. Are you running with `--cap-add=NET_ADMIN`? @thallgren - Yes, here is my full docker command: `docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=volume,src=vscode,dst=/vscode --mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker-host.sock -l vsch.local.folder=/app/git/ibadmin...
Found what might be the issue. Seems like an API compatibility issue in nf_tables (Debian version of iptables). Discussed here: https://github.com/tailscale/tailscale/issues/401 Unfortunate workaround 😢... 😁 ``` # update-alternatives --set iptables...
@joshiste - interested in this for sure. I can see how this would work when individual instances are registering back to SBAdmin. However, when using k8s service discovery, we don't...
@joshiste - I did PR over at spring-cloud-kubernetes to add not-ready endpoints and there's a discussion of whether it belongs in that library. Would appreciate your thoughts if you have...