Enhanced pod status behavior and fix probes.#472
Merged
dciangot merged 2 commits intointerlink-hq:mainfrom Dec 5, 2025
Merged
Conversation
✅ Deploy Preview for interlink-dev canceled.
|
When a pod creation fails (e.g., 504 error from InterLink), the pod now transitions to Failed state instead of Pending, with the error details stored in the pod status. Changes: - Set pod.Status.Phase to Failed when createRequest() fails - Set pod.Status.Reason to "ProviderFailed" - Set pod.Status.Message to the full error message - Set all container statuses to Terminated with error details This allows users to see the actual error that occurred during pod creation rather than the pod staying in Pending state. Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
1424653 to
ababef4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
also this point all submodules to respective main branch
Related issue :