Skip to content

Commit

Permalink
Merge pull request #11567 from Tusharjain123/docs-update
Browse files Browse the repository at this point in the history
docs: added a command to resolve the build error #11549
  • Loading branch information
kubevirt-bot committed Mar 28, 2024
2 parents c245411 + 063c20c commit c39e6cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started.md
Expand Up @@ -21,6 +21,11 @@ Then build the manifests and images:
make && make push && make manifests
```

**Note:** If you see failures related to fetching some modules, try increasing bazel's timeout with:
```bash
export PULLER_TIMEOUT=10000
```

Finally, push the manifests to your cluster:

```bash
Expand Down

0 comments on commit c39e6cb

Please sign in to comment.