Update readme with flux troubleshooting steps

This commit is contained in:
Daniel Flanagan 2022-02-08 12:17:58 -06:00
parent a643041bcd
commit 19158ebb22
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 11 additions and 1 deletions

View File

@ -80,7 +80,17 @@ ansible-playbook -i inventory/hosts.yml ./nuke-k3s-cluster
--path=./cluster/home --private-key-file=$FLUX_PRIVATE_KEY_FILE
```
**NOTE**: If you screw something up
### Troubleshooting
If you screw something up here, here are some things you can do:
- `flux uninstall` will nuke flux from the cluster so you can retry from the
beginning of this section
- If you get something like `sync path configuration ... would overwrite path ... of existing Kustomization`, you can edit the `path: ...` field in the
`flux-system/gotk-sync.yaml` file in whatever you're passing as `--path`,
commit, and try the bootstrap again
- You can pretty easily nuke the entire cluster and start from scratch as
a last resort?
# To Do & Status