Skip to content

Troubleshooting

Flux Not Syncing

Check Flux status and logs:

flux get sources git
flux logs

Pod Not Starting

Check pod status and events:

kubectl describe pod <pod-name> -n <namespace>
kubectl logs <pod-name> -n <namespace>

Storage Issues

Check Rook/Ceph status:

kubectl get cephcluster -n rook-ceph
kubectl get cephblockpool -n rook-ceph

Network Issues

Check ingress and services:

kubectl get ingress -A
kubectl get svc -A