Luca Bruno
Luca Bruno
> I'll make a note in #109 to ensure I cover all the data formats and how everything works and not just the code you need to make the lib...
Thanks for the forewarning, I literally just started scratching the surface of this so it may as well turn out to be non-compatible. I'll report back once I'll get interesting...
Indeed, only `DNSName` are supported (thus, no ipv4/ipv6 subject matching). This is a rustls limitation which in turn comes from webpki: * https://github.com/ctz/rustls/issues/184 * https://github.com/briansmith/webpki/issues/54
@alex I'm not too familiar with proto/service myself, but yes I think the only away is to write your own logic on top of tokio-rustls, without using the proto portion...
/cc @andrewsomething A gentle bump to possibly get some DO internal reaction on this.
@rafaelgaspar thanks for the report. Are the panic log and the os-release coming from the same machine? The kernel trace shows `4.14.59-coreos-r2` but the os-release mentions `1800.7.0` which come with...
I'm still not optimistic that we can accommodate all usecases in retro-compatible way, at least not without making the script a shell-soup. After quick brainstorming, some alternative options that have...
Thanks for the report. I'm a bit confused here as I don't think we ship any `kubelet.service` with Container Linux. Where is that unit running, on the host or within...
So, if I understood correctly, there is a dedicated systemd session running in a pod, and the `kubelet.service` running below it. I would probably have a look at `journalctl` and...
@enieuw I think you are waiting for https://github.com/coreos/bootengine/pull/149 to do that.