-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Refactor and rewrite Python scripts in releng/ in Go #29390
Comments
I think this is a good idea. |
+1 |
hey, can I work on this? and can you provide the main references to what exactly is needed to get this issue resolved as I am not much experienced in |
@xmudrii any updates on this how can i get started with this ? |
@wasup-yash Sorry for delay. I'm on PTO for the next week or two, but I can follow up on this once I'm back. |
no worries xD |
/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 |
/remove-lifecycle stale |
/milestone v1.31 |
@dims: The provided milestone is not valid for this repository. Milestones in this repository: [ Use 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/test-infra repository. |
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 |
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 Update: some of the Python scripts might be removed as we consider replacing them with already existing fork-per-release mechanism. |
What should be cleaned up or changed:
We have a bunch of Python scripts in
releng/
directory. These scripts are used to handle creating release branch jobs. These scripts also:These Python scripts have several problems:
That said, I think we should consider rewriting these scripts in Go. Additionally, we should consider wrapping everything (config-rotator, config-forker, and existing Python scripts) in a single binary.
Provide any links for context:
See #29387 for more details
/priority important-longterm
/sig release
cc @kubernetes/release-engineering
The text was updated successfully, but these errors were encountered: