Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8S Glue does not take in env in --template-yaml #51

Closed
jax79sg opened this issue Mar 26, 2021 · 4 comments
Closed

K8S Glue does not take in env in --template-yaml #51

jax79sg opened this issue Mar 26, 2021 · 4 comments

Comments

@jax79sg
Copy link

jax79sg commented Mar 26, 2021

kube_args = {'env': []}

The issue is this line. Setting env:[] will override any env variables from template yaml in the merge_dict later on in the script.
Removing the item will resolve this issue although i'm not sure of the original intent of this entry.

@jkhenning
Copy link
Member

Hi @jax79sg,

A fix was just pushed to the repo - can you try again and let me know if it works for you?

@jax79sg
Copy link
Author

jax79sg commented Mar 30, 2021

Hi, is this push reflected in the pypa wheel clearml-agent==0.17.2? Didn't seem to make any difference.

@jkhenning
Copy link
Member

Hi @jax79sg, no, this was still not released as an agent version.
You can install the agent directly from the repository using pip install git+https://github.com/allegroai/clearml-agent.git

@jax79sg
Copy link
Author

jax79sg commented Mar 30, 2021

looks like its fixed. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants