Alexey Roytman

Results 35 comments of Alexey Roytman

> Thanks @roytman, the tests are passed now. Are you planning to refactor the two for loops for configmap mount and configmap env into functions? > Hi @Tomcli , sorry,...

Hi, this issue prevents us from creating a Ray cluster with a unique name at KFP runtime, so we cannot concurrently execute the same KFP pipeline

Does it mean to support [Ray Jobs](https://ray-project.github.io/kuberay/guidance/rayjob/) by CodeFlare?

The following works: ```Python # Create authentication object for oc user permissions with open("/var/run/secrets/kubernetes.io/serviceaccount/token", "r") as file: token = file.read().rstrip() auth = TokenAuthentication(token=token, server="https://kubernetes.default:443", skip_tls=True) try: auth.login() ```

@revit13 , we'll need a document that explains it

@himapatel1 , please provide the Code processing order and maybe the input data.

> @revit13 @roytman It would be nice if a user can change the order as per their wish. They can provide input in a JSON. Is that kind of automation...

See https://github.com/IBM/data-prep-kit/issues/182

my plan is to add a similar table to the project documentation.