-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Migrate from kube.py to kubernetes.core.k8s* modules #10696
Comments
I don't think we had to do too much changes over time on kube.py, so I don't think that would be a huge priority but still a good thing nonetheless 👍 |
Hi,
Another minor drawback is that kubernetes/preinstall role ensures every host in inventory is installed the same, adding k8s python client pkg would end up with a useless package on worker nodes I think that, until deb/rpm packages catch up and remain up-to-date with k8S lifecycle, I agree with @MrFreezeex My two cents |
In fact, I'll probably pursue the the "conversion to Helm charts" direction rather than using the k8s module this year. That was one of the potential points in #6400 (and other) and I think that's an easier path forward. But first I need to re-work that helm-apps role into a less awkward form ^. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale
/lifecycle active
/assign
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What would you like to be added:
Replace all usages of the custom kube module in kubespray with kubernetes.core.k8s / info / etc, then remove kube.py
Why is this needed:
wdyt @yankay @MrFreezeex ?
Related: #10694
The text was updated successfully, but these errors were encountered: