Alexey Makhov

Results 30 comments of Alexey Makhov

Please, show the code, which causes the error

Yeah, removed it, thanks. But I'm not really sure, that we need to do anything else here now. I left the comment, describing my thoughts: https://github.com/k0sproject/k0s/issues/1844#issuecomment-1219157095

node-cache replacement supporting HA setup https://github.com/contentful-labs/coredns-nodecache

@pagalba-com did you reboot the worker node after `k0s reset`? I managed to reproduce the behavior, but only without a reboot. Here is the error from the logs: ``` Aug...

Well, I see an issue only with dynamic configuration, where we need to add and remove callbacks on the fly. So the easiest way will be to extend the existing...

Well, I would rather think about this from the lifecycle manager perspective. It has to do a few things: - initialize a component if needed; - start it; - and...

> The proposal changes the way it's done from two distinct Start and Stop methods to a single Start method with returns some sort of "done" channel. Stopping can still...

Technically, Pod Security Standards could be used with the current k0s version with some manual actions. Some automation could be done for this, but it requires proper feature design. **How...

Just a random idea from the top of my mind: We can add two new sections to the k0s config: - `podSecurity`, for which we will create an admission config...

Sorry, originally I forgot to mention adding `feature-gates: "PodSecurity=true"` to the extraArgs for Kubernetes 1.22 in the comment above.