-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Native Kubernetes Support #23
Conversation
2d5fdfc
to
31382a0
Compare
…e addressed later
e4d8d42
to
7376263
Compare
* master: Bump version Latest drone-ui with stars feature
* origin/master: (75 commits) Bump version More prometheus metrics, refactoring Bump version Test Pause/Resume Endpoint that blocks until there are running builds Pause/Resume queue Bump version Latest UI Persist intended URL through the OAuth flow Bump version Latest UI Fallback to default config. Allows incremental rollout of custom-path Task dependencies to survive restarts .drone.yml takes precedence over configured path. Allows incremental rollout Assign multiple pending tasks in one go Supporting skip_clone Tests are deadlocking, probably sensitive to wait length Latest UI, pipeline path configurable Pipeline path configurable Small refactor ...
This feature is parked for now. The code is promising, but not finished up. |
Hi Laszlo, what remains to be done? How can others help? |
That's a good question. By now the master branch diverged quite much, so first, integrating them, then a great deal of testing required. It was certainly a big bet and I failed to tie the loose ends. Most notably,
In the meantime I started using Woodpecker in a Docker in Docker setup on Kubernetes with success, so I think I should document that first in #108 But I could pick the native support up again, but for that I'd love to talk to some users who are interested in this and I can validate some of my assumptions and make a few more decisions. |
Maybe perfect is the enemy of good and you can just temporarily declare the unfinished parts as unstable. Sadly, I ended up configuring a modern-ish Jenkins (gross), but I may end up trying Woodpecker if reintroducing Jenkins results in an uprising of devs. |
Also would love to see this feature merged, even just basic functionality for Kubernetes support will be great step forward. Others might be able to continue contributing. |
I'm going to salvage the core of this change and merge it. |
#9