Cornelis Boon

Results 15 comments of Cornelis Boon

@wild-endeavor Some are stilll missing for me in flyte-binary - `flyte:propeller:all:round:abort_error` (there does exist `flyte:propeller:all:round:abort_error_unlabeled`) - `flyte:propeller:all:node:plugin:.*_failure_unlabeled` (or anything with prefix `flyte:propeller:all:node:plugin`) - `flyte:propeller:all:node:user_error_duration_ms_count` - `flyte:propeller:all:node:system_error_duration_ms_count` In addition, in the...

Hey @zijianjoy I hope to pretty soon. My pipelines require some refactoring before that's possible so for now will remain on 1.8.5. Will let you know once I update and...

Bump. Any progress or prognosis on when this feature will be supported/released?

Any updates on this issue? Just encountered this bug in my own workflows

One current workaround I am using, is to make the `ContainerTask` a python `task` with an `ImageSpec` that uses the `ContainerTask`'s image as `base_image` and use the task-decorated function as...

Hey @kimminw00 as far as my understanding goes the following happens in the kserve-container: Two processes get started: * a thin frontend FastAPI-based Kserve Modelserver * a backend Torchserve server...

> Hi @cjidboon94! With #10671 already merged, do you think we can unhold this PR? @rimolive For sure!

@rimolive Oh, it's not ready yet for review. Sorry, misunderstood what you meant by unhold. What I meant was that I'm going to finish this PR and then will switch...

@droctothorpe Thanks for making some time! Maybe you can get ahead on the `podAffinity` and `podAntiAffinity` as this PR will only focus on `nodeAffinity`. While pod(anti)Affinity does fall under `Affinity`,...

Still requires some work, I think (several more python tests to show different cases), but open to feedback/reviews