mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
Add notes about CRI-O specific config (#2546)
CRI-O currently requires some additional config for pipelines to run. This adds some basic documentation to the kubernetes section explaining the issue. See #2510
This commit is contained in:
parent
aaf7bdc6e2
commit
839c3b8a6d
1 changed files with 14 additions and 0 deletions
|
@ -134,3 +134,17 @@ steps:
|
||||||
- "woodpecker-cache"
|
- "woodpecker-cache"
|
||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Tips and tricks
|
||||||
|
|
||||||
|
### CRI-O
|
||||||
|
|
||||||
|
CRI-O users currently need to configure the workspace for all workflows in order for them to run correctly. Add the following at the beginning of your configuration:
|
||||||
|
|
||||||
|
```yml
|
||||||
|
workspace:
|
||||||
|
base: "/woodpecker"
|
||||||
|
path: "/"
|
||||||
|
```
|
||||||
|
|
||||||
|
See [this issue](https://github.com/woodpecker-ci/woodpecker/issues/2510) for more details.
|
||||||
|
|
Loading…
Reference in a new issue