Andrew Scribner
Andrew Scribner
Notes from talking with Nick Veitch: * separating the user/admin personas at the top level requires having enough content for each. If we don't, separating them at a deeper level...
No sorry, I've got a suggestion from @wallyworld I'll be putting in this week. I'm following up with @wallyworld once its ready
If we keep the per-repo scheduled job, we should revisit the workflow design. The [`save-space`](https://github.com/canonical/seldonio-rocks/blob/788924a8cbec9b9b4b9ee9dbd442b6ea048f0386/.github/workflows/build_and_scan_rocks.yaml#L4) job in the existing workflow doesn't do anything. Because it runs on a separate job...
I've refactored this issue a little to track issues we face with our **rocks** CI. Issues for other CI are tracked in canonical/kubeflow-ci#124
canonical/katib-operators#139 has additional discussion for this issue
Love the idea, but we'd need to do changes upstream. Agreed it should be configurable, but there are places in the upstream project that assume the namespace is always `kubeflow`
I have no context and haven't looked into it in the codebase, but it feels strange this would need parsing to an int at all given that it is a...
This is happening pretty frequently to me, @PietroPasotti, @dstathis, and others. This morning it happened a few times using 3.6.8. What I observe is: * logs for `my-application` unit `i`...
@PietroPasotti ive had success using kubectl logs to check the logs. afaict all the missing logs are available in the pod's logs straight from kubernetes
Yeah good catch. If I uninstall LSP then the errors go away for me. So probably LSP has an uncaught error that hasn't broken anything meaningful, but the kale handler...