Stephen Batifol

Results 14 comments of Stephen Batifol

I commented out the line https://github.com/flyteorg/flytekit/blob/2ca5607d6b313fa9d6aeb88a807febcefcea7cdb/flytekit/extras/persistence/s3_awscli.py#L50 on my personal fork and I confirm that it works now. From my point of view I don't know the reason as to why...

Hey, thanks for your reply. You're indeed correct, it seems like the first time we use it we get a permission error so I guess that's why we call it...

Still planned, I've been struggling because of the M1 processor on my mac and the different dependencies but it's still on my backlog.

Got the same error when upgrading with `helm` on my K8s cluster, it was working for 2.3.x and stopped working for `2.4.x`.

> How do I install a previous version of milvis standalone with helm in the meanwhile If you were using Helm already before, you can rollback with `helm rollback `...

Hey, The solution we found is to always define the number of replicas in the Seldon Deployment. That way the pods are always updated

Nice to hear that, is there a specific branch where the work is happening? I am asking as I could share it with some of our engineers if they want...

Hey, It seems like I have a similar problem when using milvus-lite. ```python from milvus import debug_server debug_server.start() ``` I also get a timeout and then an error related to...

Oh sorry, the PR is in draft, I wasn't fully done with it but thanks for the feedback already :D

I addressed the different comments, thanks for those! 🙏 Just FYI, Milvus Lite isn't publicly announced yet, we will make a launch on May 30.