Skip to content

Troubleshooting#

Troubleshooting Flux#

View Flux Logs

Flux runs in namespace platform-flux-system. You can read about each of the components in the documentation for FluxCD.

The two controllers that are most often going to be of interest when troubleshooting are the Kustomize Controller and the Helm Controller. To view the logs for these simply find the pod name (kubectl -n platform-flux-system get pods) and use the logs command (e.g. kubectl -n platform-flux-system logs kustomize-controller-c74cd9b-wsfbb).