Lucas Towers

Results 9 comments of Lucas Towers

Adding this to `settings.json` works as a hack. ``` "workbench.colorCustomizations": { "textPreformat.foreground": "#000000" } ```

I am also having this issue on my m1 macbook air when using a `docker-from-docker` setup

~~Interestingly, `docker network connect kind $HOSTNAME` does allow me to `curl` the control plane via `https://kind-control-plane:6443`.~~ ~~Despite this I still get this error when starting control plane via `kind create...

After some investigating. The problem is, the name resolution in the control-plane doesn't work immediately when the container is started. Adding a sleep before running the remove taint command works...

I was also able to reproduce this issue with a `docker-from-docker` setup on x86_64 Ubuntu.

> Can you explain what you mean by "docker-from-docker", exactly? Is that like docker-in-docker (docker running inside of a docker container) or docker with the socket mounted to a container?...

> Uh, that shouldn't be the case. Sounds like a docker bug? Maybe... I tested with older versions of kind, and they have the same issue. Seems odd that we...

> Does this happen if you use the docker client from the host, running on the host, instead? No it does not. It may be something to do with the...