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

Remove versioned argo client depedency. #7

Open
tcolgate opened this issue Oct 29, 2020 · 0 comments
Open

Remove versioned argo client depedency. #7

tcolgate opened this issue Oct 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tcolgate
Copy link
Contributor

We currently import the argo client directly, which brings in a large and awkward depedency and means we limit kube-ci to handling argo resource of one specific known version.
In reality we make quite simple updates to argo resources, adding a few parameters, and updating the name. These could be done with simpler yaml manipulation, and then submitted to kube with the dynamic client. This would drop the argo dependency and remove the direct coupling to a specific argo version.

@tcolgate tcolgate added the enhancement New feature or request label Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant