Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug fix] Missing diagnostics for pod creation failure in GMC after install_chatqna.sh execution #38

Open
aalbersk opened this issue Feb 27, 2025 · 1 comment · May be fixed by #54
Open
Labels
EnterpriseRAG Hackathon Issue created for OSS Hackathon

Comments

@aalbersk
Copy link
Collaborator

The issue: install_chatqna.sh script did not return any errors, when the expected pod is not created. There are no error messages or logs to diagnose the issue further. It's possible to see what happened only in logs of GMC.

Steps to Reproduce:

  1. Break one of the manifests - make sure that the yaml is not valid. e.g. this one
  2. Run the install_chatqna.sh script.
  3. Observe that no errors are returned.
  4. Check for the presence of the expected pod, check the logs of gmc-contoller for errors.

Expected Result:

an error message should be provided if the pod creation fails.

@aalbersk aalbersk added the EnterpriseRAG Hackathon Issue created for OSS Hackathon label Feb 27, 2025
@SamPrinceFranklin
Copy link
Contributor

E_RAG_TEAM_2 will be working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EnterpriseRAG Hackathon Issue created for OSS Hackathon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants