Skip to content

Commit

Permalink
feat/contributing-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Rogoda committed Feb 11, 2025
1 parent 529fa9a commit 8090e1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ kubectl patch contentconfiguration openmfp-example-content-wc -n openmfp-system
```

**Troubleshooting**
- If you encounter error like this:
```
ERROR: command "docker save -o /tmp/images-tar1234567890/images.tar example-content:latest" failed with error: exit status 1
```
Use this two commands and try again
```sh
mkdir $HOME/tmp/
export TMPDIR=$HOME/tmp/
```

- If you encounter issues when starting the pod with the loaded image you [this issue](https://github.com/kubernetes-sigs/kind/issues?q=is%3Aissue%20state%3Aopen%20load%20image). A way to circumnvent this is to disable `Use containerd for pulling and storing images` in the docker settings.

## Issues
Expand Down

0 comments on commit 8090e1e

Please sign in to comment.