Troubleshooting¶
Common issues and solutions for Obsyk.
Operator Issues¶
Operator Pod Not Starting¶
Symptoms: Pod stuck in Pending or CrashLoopBackOff
Check pod status:
Common causes:
-
Missing credentials secret
Solution: Create the secret with correct credentials -
Resource limits too low Check events for OOMKilled and increase memory limits
-
Image pull errors Verify network access to container registry
Cluster Shows Disconnected¶
Symptoms: Cluster status is "Disconnected" in dashboard
Check operator logs:
Common causes:
- Authentication failure
- Look for "401" or "authentication" errors in logs
- Verify client ID and secret are correct
-
Regenerate credentials if needed
-
Network connectivity
Solution: Check firewall rules, proxy settings -
TLS certificate issues
- Ensure cluster time is synchronized
- Check for certificate expiry errors
Missing Resources in Dashboard¶
Symptoms: Some namespaces or resources don't appear
Common causes:
-
Namespace filtering Check if namespace selector is configured:
-
RBAC permissions Verify operator has required permissions:
-
Sync delay New resources may take a few seconds to appear. Wait and refresh.
Dashboard Issues¶
Cannot Log In¶
- Clear browser cookies for
*.obsyk.ai - Try incognito mode to rule out extensions
- Check browser console for errors
Slow Loading¶
- Large clusters with many resources may take longer
- Check network connection to
app.obsyk.ai - Try different browser or disable extensions
Getting Help¶
If issues persist:
-
Gather logs:
-
Note your cluster details:
- Kubernetes version
- Cloud provider
-
Operator version
-
Open an issue on GitHub with the above information