Kip Obenauf

Results 5 comments of Kip Obenauf

Incidentally, I was able to "recover" from this by one by one doing `docker node demote xxx` then `docker node promote xxx` for each of the three swarm managers. The...

FWIW, I ran across this thread, and I have this issue on Swarm, not using Istio, but using envoy by itself.

I have the same issue, that from within the WSL 2 shell, I'm unable to use AnyConnect running in Windows. However, in WSL I installed openconnect, and I run: ```sudo...

Is this being addressed? I can't run native docker without reverting back to legacy iptables, which I can imagine is not going to be around forever. What is a longer-term...

@panktrip I had to do something similar to what was referenced in [another ticket](https://github.com/microsoft/WSL/discussions/4872). ``` update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy ```