Clive Cox

Results 246 comments of Clive Cox

I had this issue when the namespace for the rolebinding for `kueue-visibility-server-auth-reader` was overwritten by kustomize to be `kueue-system` rather than `kube-system` as this is the one resource in the...

I needed to add a patch to my kustomize ``` patchesJson6902: - target: group: "" version: v1 kind: RoleBinding name: 'kueue-visibility-server-auth-reader' patch: |- - op: replace path: /metadata/namespace value: kube-system...

Is it also the case `waitReadiness` has a hard wired max as I see ``` ⚠ timed out while waiting for readiness of milvus-operator/Deployment/milvus-operator (299s elapsed) ``` It would be...

Also interested if this is possible - any updates or ways to test?

I referenced in a [discussion on ducklake](https://github.com/duckdb/ducklake/discussions/442) as well BTW

> It becomes a bit tricky to support this kind of syntax for multiline magic commands, since Kale needs to parse the Python code. But for `%%writefile` surely you just...