Kim Alvefur

Results 95 comments of Kim Alvefur

https://github.com/elastisys/compliantkubernetes-apps/issues/2315#issuecomment-2416989660 is probably where I got that from, to track the whole upgrade process from the start.

> > I think my main concern with the `ck8sVersion` config is that it leads to a false sense of security and a bad habit of thinking that just running...

> Commented on a few changes that seemed unrelated to the original issue. Please squash into separate commits or create separate PRs to make it easier to review. Moved some...

Phew, finally. Thanks for reviewing :)

Protocol: [XEP-0494: Client Access Management](https://xmpp.org/extensions/xep-0494.html) ?

> I'd love to see us reducing the different possible config options here to only what we know and support instead of _everything_ that cert-manager allows in `solvers`. Simplifying config,...

As part of this, please test how Velero handles backup of PVC/PVs mounted in _Completed_ Job-Pods

Found out about `logfiles`, so it's possible to have the daemon log to a file and pick that up from the test tool, like this: ```python test_factory.addSteps([ # clone, build,...

> If something goes wrong here I fear it may leave the daemonized process running, basically leaking it. Something finally went wrong and we were leaking processes with each test...

[This change in a Lua schema validation implementation](https://hg.prosody.im/trunk/rev/eabd38507c1d) is what prompted this issue. In Lua, only `false` and `nil` are false-y, and I guess I thought that for example `{"if":{},"then":{...},"else":false}`...