Richard Laughlin

Results 8 comments of Richard Laughlin

Although all of these functions are probably useful for *some* users, it is worth mentioning that for every additional function we add here the scope of #60 increases. That said,...

If we symlink we'd have to have the directory with the actual file mounted in as well or it would be a bad link. Mounting that other directory would include...

> if these directories are on the host, wouldn't there will be duplication of `/etc/kubernetes/pki/ca.crt` between `/etc/kubernetes/pki/apiserver/` and `/etc/kubernetes/pki/apiserver_controller-manager/`? > i think it might be better to simply mount only...

> i have concerns of introducing directory structure changes on the host, which might break a lot of setups. Agreed, it definitely creates a breaking change or a very complicated...

> * the root CA's certificate is in the system-level CA directory, _and kubeadm is not managing this root CA_ This use case would be impacted as part of this...

CRCs are being recomputed from an initial value of 0. After some research it seems it needs to use a different initial value. I'll try to get this fixed up...

The crc is recalculated automatically when the data is set into the file object. See https://github.com/rcythr/archive/blob/master/source/archive/zip.d#L185 After doing some digging I have determined that the call to **std.zlib.crc32** is being...