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:
Dominic 2023-10-08 23:40:46 -07:00 committed by GitHub
parent aaf7bdc6e2
commit 839c3b8a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,3 +134,17 @@ steps:
- "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.