Analysis of namespace 'signalpilot-test' completed at 2026-06-03 18:43 UTC.
SignalPilot identified 3 finding(s): 1 critical, 2 high. Sources analyzed: kube_api, events, metrics_server, logs. Analysis completed in 0.0s.
Top finding [CRITICAL] 'ImagePullBackOff — container image cannot be pulled' (confidence 98%): Kubernetes cannot pull the container image. Possible causes: wrong tag, registry auth failure, network issue, or image doesn't exist. Recommended first action: Verify the image tag exists in the registry. Run: `kubectl describe pod -n signalpilot-test -l app=sp-test-imagepull`
kubectl describe pod -n signalpilot-test -l app=sp-test-imagepull
kubectl rollout undo deployment/sp-test-imagepull
kubectl describe pod sp-test-imagepull-84d9d58795-zpfvt -n signalpilot-test
livenessProbe:
initialDelaySeconds: 60 # increase from current value
periodSeconds: 10
failureThreshold: 3
kubectl describe nodes | grep -A5 'Allocated resources'
kubectl set resources deployment/sp-test-imagepull --requests=cpu=100m,memory=128Mi