Alexandre Brown

Results 59 comments of Alexandre Brown
trafficstars

Ok I found the solution, I had to put the env part under the `-image` section for it to work. ```yaml template: metadata: creationTimestamp: null labels: app: ml-pipeline-ui-artifact spec: containers:...

@mbaijal It was the first time I tried it so I don't know if something changed. FYI I am on Kubeflow 1.4.1

@TranThanh96 Can you make sure your command is the same as the doc https://awslabs.github.io/kubeflow-manifests/docs/deployment/vanilla/guide/#port-forward ? ```shell kubectl port-forward svc/istio-ingressgateway -n istio-system 8080:80 ```

> please use a name without a space for v2 compatible mode. @connor-mccarthy This is not always possible, looking at the katib component, it currently does not work for V2...

Hi @zijianjoy , we're using Kubernetes 1.21, running Kubeflow 1.4.1 on AWS (EKS), I believe this version of Kubeflow came with KFP backend 1.8.2, here is the dependencies we have...

Still an issue, I'm using Kotest to run my tests concurrently and getting failing tests only when running multiple test classes concurrently. The failing tests are always in the same...

I just tested by replacing usage of Mockk with [Mockative](https://github.com/mockative/mockative) and now it always passes even with parallelism > 1 therefore I'd be inclined to think it's a Mockk issue.

Is this issue fixed @kimwnasptd @surajkota ?

@surajkota Extra motivation : Having a known name allows to fine-tune the S3 policy to authorize just this specific bucket instead of using a policy with a wildcard that allows...

Hello @edwinRNDR , We would also be interested in this kind of feature since for us finding which index corresponds to the outputed nearest neighbors x,y,z is not stable and...