Roland Huß
Roland Huß
/remove-lifecycle stale
A bit of history context: In previous versions of `kn` we mapped a `svc:` prefix also to a Knative service, but realised that this can be confused with a regular...
No, we don't initialize the configuration file initially, but this is a good idea anyway (also as a starting point to find out what can be customized). One caveat though...
/remove-lifecycle stale
This is related to #1232 and let's track it over there. I can still see a value for having a plain k8s service to be used, and if I look...
> Both are supported by `kubectl` Not sure I got your comment @dprotaso , wdym with supported by `kubectl` ? Sure, but the question was whether we want to add...
I'm not fully clear how a configuration file based setup in the future looks like. Are the configuration files (aka `run.yaml`) are only used to _initialize_ the database ? If...
Thanks for the great roadmap @reluctantfuturist! I have collected some additional non-functional requirements ideas, but I'm unsure whether they fit into V1 or a future version. Many of these components...
Thanks for kicking off the discussion! So the tokens themselves are stored in the `KVStores` but the encryption/decryption happens with a global key store in a KMS ? (local or...
I ran into this same issue while building a plugin that needs to execute Python scripts. Since `${CLAUDE_PLUGIN_ROOT}` isn't reliably available in command markdown, I put together a workaround that's...