Skip to content

Commit

Permalink
Add notes about CRI-O specific config (#2546)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dominic-p authored Oct 9, 2023
1 parent aaf7bdc commit 839c3b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/30-administration/22-backends/40-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 839c3b8

Please sign in to comment.