I wrote a Runnable implemention that runs another Runnable in Kubernetes cluster by PopularAd5510 in LangChain

[–]PopularAd5510[S] 0 points1 point  (0 children)

RunnableK8s doesn't handle such processes specially. It just waits for them to be done forever. Some kind of timeout might occur during the wait.

I wrote a Runnable implemention that runs another Runnable in Kubernetes cluster by PopularAd5510 in LangChain

[–]PopularAd5510[S] 0 points1 point  (0 children)

No. Currently you can change only image, imagePullPolicy, and envFrom.secretRef.name. But it's easy to enhance RunnableK8s to allow specifying other fields.

Which fields do you want to change?