Tom Wieczorek
Tom Wieczorek
AFAICT `/run/k0s/k0s.yaml` is still a thing, although I'm not quite sure what problem it solves. Do you remember by chance @kke?
Is this still the case as of today?
Closing this, as this has been like that for quite a time, and there's no real interest in this.
Is there anything on k0s side that needs to support this? If not, then it would probably be possible to deploy that manually, e.g. via Helm chart, manifest deployer or...
/remove-lifecycle stale
@pinghe Will be contained in the next 1.24 release. Sorry for the delay.
It's a general issue concerning reproducibility. If you want to create an OS package including docs, say, man pages, it won't be reproducible since the man pages will differ on...
Running into the same problem when running in cluster using a service account: libssl rejects the API server's certificate for a reason I haven't figured out yet. On the other...
I also noticed that the PreDestroy actions for singletons are somewhat out of order. I analyzed a bit, and found out that there are different code paths for [singletons](https://github.com/Netflix/governator/blob/v1.15.5/governator-core/src/main/java/com/netflix/governator/internal/PreDestroyMonitor.java#L226) and...