docs: improve OpenShift troubleshooting guide - #223
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d212ac7d32
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Correct the reported chart-access, permission, API, or workload error, then | ||
| rerun the installer so it can reconcile the release. Do not uninstall the |
There was a problem hiding this comment.
Document recovery for existing failed Helm releases
When the failed release already exists, rerunning the installer does not necessarily reconcile it: install_otel_operator returns after checking the existing release/deployment (openshift_with_stack.sh:2263-2273), and install_ray_operator similarly returns whenever its deployment exists (:2348-2354). If either deployment remains unhealthy after the underlying access or permission problem is corrected, the rerun aborts at the same rollout check without invoking helm upgrade --install; document a supported rollback/repair procedure instead of directing affected users to rerun alone.
Useful? React with 👍 / 👎.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
cd87fea to
76fcdbe
Compare
Description
Related Issues
Type of Change
Changes Made
Testing Performed
make test)make lint)Test Environment
Test Steps
Documentation
Checklist
Breaking Changes
Impact:
Migration Path:
Screenshots/Recordings
Additional Notes
Reviewer Notes
Please pay special attention to:
Commit Message Convention: This PR follows Conventional Commits