Quick Checks
Cluster Not Appearing in Dashboard
Symptoms: Agent pod is running but cluster doesn’t appear in ChamberCheck the cluster token
Check the cluster token
Verify the token is correct and not expired:If you see authentication errors, generate a new token from Settings > Cluster Tokens in the Chamber dashboard.
Check network connectivity
Check network connectivity
The agent needs outbound HTTPS access to Chamber:If behind a corporate firewall, you may need to configure proxy settings.
Check cluster name
Check cluster name
Verify the cluster name was set correctly during installation:
GPUs Not Detected
Symptoms: Cluster appears but shows 0 GPUsCheck NVIDIA device plugin
Check NVIDIA device plugin
Verify GPUs are allocatable
Verify GPUs are allocatable
Check that nodes report GPU resources:Nodes should show a GPU count. If showing
<none>, the NVIDIA drivers or device plugin may not be configured correctly.Jobs Not Tracked
Symptoms: Jobs run but don’t appear in ChamberCheck job labels
Check job labels
Jobs must have the team label to be tracked:
Check namespace filtering
Check namespace filtering
If you configured
watchNamespaces, verify your job’s namespace is included. By default, the agent watches all namespaces.Agent Not Starting
Symptoms: Pod in CrashLoopBackOff or Error state| Error | Solution |
|---|---|
| Token/auth errors | Generate new token from Chamber dashboard |
| Connection errors | Check firewall allows outbound HTTPS |
| Permission errors | Reinstall agent to fix RBAC |
Proxy Configuration
If your cluster uses an HTTP proxy:Getting Help
If you’re still having issues:- Collect logs:
kubectl logs -l app.kubernetes.io/name=chamber-agent > agent-logs.txt - Contact support with logs and your agent version

