From f24c3d6d1b6b9fe872ee8f47d429a913c8f597af Mon Sep 17 00:00:00 2001 From: Lauri Date: Fri, 1 Sep 2023 17:16:53 +0200 Subject: [PATCH 1/2] Adds troubleshooting --- .../docs/gitops-run/gitops-run-get-started.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/docs/gitops-run/gitops-run-get-started.mdx b/website/docs/gitops-run/gitops-run-get-started.mdx index e2020d2a68..952fc6e0c5 100644 --- a/website/docs/gitops-run/gitops-run-get-started.mdx +++ b/website/docs/gitops-run/gitops-run-get-started.mdx @@ -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:* +``` + ## Next Steps: GitOps Mode Now that we've used this interactive environment to set up the From f1723a14f0d0efa868f21a5fb82ee98613f48234 Mon Sep 17 00:00:00 2001 From: Lauri Apple Date: Tue, 5 Sep 2023 12:10:14 +0200 Subject: [PATCH 2/2] Update website/docs/gitops-run/gitops-run-get-started.mdx Co-authored-by: Yiannis <8741709+yiannistri@users.noreply.github.com> --- website/docs/gitops-run/gitops-run-get-started.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/gitops-run/gitops-run-get-started.mdx b/website/docs/gitops-run/gitops-run-get-started.mdx index 952fc6e0c5..f3398b4ba0 100644 --- a/website/docs/gitops-run/gitops-run-get-started.mdx +++ b/website/docs/gitops-run/gitops-run-get-started.mdx @@ -297,6 +297,8 @@ Tips originate from issues reported by GitOps Run users. Experience a problem? [ [Reported by a community user](https://github.com/weaveworks/weave-gitops/issues/3956) who found a workaround and shared it: +Update your [k3d config file](https://k3d.io/v5.6.0/usage/configfile/) to include the following section: + ```yaml volumes: - volume: /etc/machine-id:/etc/machine-id