-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Go client for the k8s operator #529
Comments
Many thanks for this, this is great to see. I think this is far enough out of scope for |
Sounds good 👍 |
@jacobtomlinson Following up here, with the Flyte plugin merged we're currently switching our company internal tooling to use it. If I see that being stable, I'd be open to move it to Do you think it should follow the same release cycle as |
If there is value in being released in lockstep with the rest of We could add you to a The only hurdles I see are getting CI configured so that it only runs when appropriate and getting the pre-commit stuff set up correctly. But that seems like a small lift. It would also need to go somewhere in the tree like What do you think? |
Happy to merge things into here 👍 I might not get to it immediately, but should have some time in the upcoming weeks.
Thank you for the kind words! Both options work for me, so in case you need another hand, happy to get more involved 👍
We should be able to manage that 👍 Especially with regards to the pre-commit stuff, that might just go in to a separate script (as the go tools don't fit as nicely in to pre-commit) |
Ok sounds good. Let me know when there is something to merge. I've sent you an invite for write permissions on this repo :). You may find the dask maintainer guidelines and dask-kubernetes release docs useful. If you have time to review PRs and generally help out with maintenance it would be much appreciated. Feel free to merge things that you think look good. We try to get two pairs of eyes on each PR (author and reviewer), but sometimes due to capacity that's not always possible so self-merging is ok with a 24-hour warning. |
Hi @bstadlbauer - just chiming in here as we also need a go client for the dask-kubernetes operator for our project. Anything we can do to help move your repo to be mainstreamed here? |
Hi @jsuwala! I've mostly not prioritized this as I've been thinking that we were the only user. I should be able to get to this in the next few days in case that's not too late? |
As part of the
dask
backend plugin work for flyte that I am doing, I have also started creating a golang client for the operator indask-kubernetes
. There is an initial rough draft in this repo, which only implements the API so far.I was wondering, once it is more mature, if you guys would like to have this as part of a new or existing
dask
repo?cc @jacobtomlinson
The text was updated successfully, but these errors were encountered: