Skip to content

Commit

Permalink
Document CDI deploy for cluster-sync
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Rybacki <[email protected]>
  • Loading branch information
brybacki committed Sep 20, 2021
1 parent 87a576f commit f75dda6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ export KUBEVIRT_MEMORY_SIZE=8192M # node has 8GB memory size
make cluster-up
```

To skip CDI installation when running make cluster-sync locally please export KUBEVIRT_DEPLOY_CDI=false.

```bash
export KUBEVIRT_DEPLOY_CDI=false
make cluster-sync
```

**Note:** If you see the error below,
check if the MTU of the container and the host are the same.
If not, try to adjust them to be the same.
Expand Down

0 comments on commit f75dda6

Please sign in to comment.