Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Troubleshooting Section to GitOps Run user docs #3981

Merged
merged 3 commits into from
Sep 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions website/docs/gitops-run/gitops-run-get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,22 @@ spec:
When you hit save, you'll see GitOps Run upload new files, and once
it's reconciled the `podinfo` background will have been changed to a bright red.

## Troubleshooting Tips

Tips originate from issues reported by GitOps Run users. Experience a problem? [Report it here](https://github.com/weaveworks/weave-gitops/issues).

**GitOps Run failed on macOS using a local [k3d](https://k3d.io/v5.6.0/) cluster, can't mount `/etc/machine-id`**

[Reported by a community user](https://github.com/weaveworks/weave-gitops/issues/3956) who found a workaround and shared it:

```yaml
volumes:
- volume: /etc/machine-id:/etc/machine-id
nodeFilters:
- server:*
- agent:*
LappleApple marked this conversation as resolved.
Show resolved Hide resolved
```

## Next Steps: GitOps Mode

Now that we've used this interactive environment to set up the
Expand Down
Loading