-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed as not planned
Description
In one of the clusters that I work with, every pod is created with an additional proxy container, which messes up read_namespaced_pod_log
because I get a "container name must be provided" error.
Would it be possible to infer the name of the worker container from the worker template and pass container=container_name
? (Or, if that's too tricky, allow users to pass that in as a kwarg somewhere?)
Thanks :)
Also, if either of those options is feasible + worth adding, I'm down to try writing a PR