emike922

Results 16 comments of emike922

Also waiting for some official statement on this. Meanwhile, has anyone tested the adapted configuration in an IPv6 environment? Last time I tried it was working on IPv4 but not...

For us (non-vanilla) this might be a convenient way to avoid configuration leakage between multiple tenants/istiod control planes. Tenant boundaries could be defined in terms of immutable `kubernetes.io/metadata.name` labels, allowing...

This might also be useful as an option to lock down certain CR discovery settings that **cannot** be overridden by the user (default mesh-wide sidecar w/o workload selector in root...

I would be interested in this feature. Are you still working on this?

Thanks for the proposal @cpuguy83. Unfortunately, `docker builder prune -af` has no additional effect - frees 0B. Any other suggestions? :-)

> Did you, by chance, switch graphdrivers or even switch to the containerd backed image store? No, I didn't change anything, at least not consciously. We essentially run what is...

@EyuelMathewos I have made sure that no containers are running before running `docker system prune -af`, and running it as root made no difference either. As an aside, why should...

@EyuelMathewos it's overlay2 that doesn't get pruned properly, please refer to my original logs in the issue description for the command output you requested. How do I check for docker...

> First Option check restarting docker service by "systemctl restart docker" Interesting, that did clean up **some** of the data leftover in overlay2, but not all of it: ```bash #...

@EyuelMathewos I would say those all look unremarkable: ```bash # docker volume ls DRIVER VOLUME NAME # docker container ls -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES #...