6543
|
5c617accd8
|
kubernetes ignore labels and annotations if not set (#1528)
close #1527
regression of #1510
|
2023-01-04 19:51:21 +02:00 |
|
Stephen Muth
|
1816f6c715
|
Allow adding additional labels/annotations to kubernetes worker pods (#1510)
Example agent environment configuration using the new value:
```yaml
- env:
- name: WOODPECKER_BACKEND
value: kubernetes
- name: WOODPECKER_BACKEND_K8S_NAMESPACE
value: default
- name: WOODPECKER_BACKEND_K8S_POD_LABELS
value: '{"sidecar.istio.io/inject":"false"}'
```
|
2022-12-31 01:37:09 +01:00 |
|
Anbraten
|
3b0263442a
|
Adding initial version of Kubernetes backend (#552)
Co-authored-by: laszlocph <laszlo@laszlo.cloud>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Rynoxx <rynoxx@grid-servers.net>
|
2022-09-05 06:01:14 +02:00 |
|
6543
|
e072e4cce7
|
Fix pipeline backend autodetect (#545)
* refactor:
- rename IsAvivable -> IsAvailable
- drop depricated Kill
- make sure backends implement interface
- rename backend struct for ide (better info)
* docker backend fix autodetect
|
2021-11-27 02:29:14 +01:00 |
|
Anbraten
|
c1a8884d62
|
Add backend selection for agent (#463)
- add backend selection option
- by default it will auto-detect a backend
|
2021-11-26 03:34:48 +01:00 |
|
Jacob Floyd
|
e34daae0cf
|
Move cncd/pipeline/pipeline/ to pipeline/ (#347)
* Refactor: move cncd/pipeline/ to pipeline/
* Refactor: move pipeline/pipeline/ to pipeline/
|
2021-09-24 13:18:34 +02:00 |
|