-
Notifications
You must be signed in to change notification settings - Fork 192
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
Unmaintained Project? #705
Comments
The official client doesn't use Swagger Fluent though. |
It's been a year since, is it actually unmaintained? I see 75 unresolved issues... |
Last commit on Master was in 2020. https://github.com/godaddy/kubernetes-client/commits/master Last closed issue was June 2021: https://github.com/godaddy/kubernetes-client/issues?q=is%3Aissue+is%3Aclosed |
When I initially wrote this issue, I took a few minutes to update the dependencies and run the tests. I seem to recall they passed without issues, but I haven't looked to see what all is tested. I know we'd have to migrate off of the Is there anyone else making real use of this library? |
@godber I've written an SDK to write Kubernetes Operators based on this library: https://sdk.datapio.co/docs/k8s-operator/ I've used it to write PoCs before switching to Elixir. If this library were to be maintained again, I would switch immediately to the fork and start maintenance again on my SDK (currently stable, needs to merge some dependabot PRs). |
Can't disclose the project I'm working on, but we're moving away from DJango so I'm looking for a lightweight |
Are there any reasons for using this community library instead of official library? |
This library provides a fluent API which is far easier to use. |
We are now getting the following error in a K8s cluster where we added
This is the error others might encounter: Fortunately we are in the process of deprecating our use of |
Are any of the original authors (@silasbw?) still here and able to comment on their (or GoDaddy's) intent to continue or discontinue maintenance on this project? From the looks of it the original author has moved on to other things.
I have been using this for a few years and only started because it was the only thing available before the official client was made available for Javascript:
https://github.com/kubernetes-client/javascript
I am more likely to just move to the official client than try and fork or maintain this myself.
Austin
The text was updated successfully, but these errors were encountered: