Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jun 3, 2023
1 parent 92a927c commit ab1af57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,10 @@ You should be able to access the dashboard at `https://kubernetes.${SECRET_DOMAI

Below is a general guide on trying to debug an issue with an resource or application. For example, if a workload/resource is not showing up or a pod has started but in a `CrashLoopBackOff` or `Pending` state.

1. Start by checking all Flux Kustomizations and verify they are healthy.
1. Start by checking all Flux Kustomizations & Git Repository & OCI Repository and verify they are healthy.

- `flux get sources oci -A`
- `flux get sources git -A`
- `flux get ks -A`

2. Then check all the Flux Helm Releases and verify they are healthy.
Expand Down

0 comments on commit ab1af57

Please sign in to comment.