Add similar ready debug logs as statefulSetReady for job and deployment#30685
Closed
Add similar ready debug logs as statefulSetReady for job and deployment#30685
Conversation
3 tasks
robertsirc
requested changes
Mar 20, 2025
Member
robertsirc
left a comment
There was a problem hiding this comment.
hello, thank you for your PR. there are a few things that we need to have addressed before merging.
TerryHowe
reviewed
Mar 20, 2025
Contributor
Author
|
I will open another PR to migrate to slog this file then re-open this PR. EDIT: #30698 |
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
3 tasks
aa3efb9 to
6420565
Compare
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
6420565 to
44faf65
Compare
Contributor
Author
|
Closing for the moment. Wil reopen when work on kube and slog will be done. |
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.
What this PR does / why we need it:
This PR is build on top of #30698.
We are consuming debug logs on our project based on the helm SDK. We would like to add even more logs when resources like deployments and jobs are ready. At the moment there is a difference between statefullsets and deployments for example.
Thanks in advance for the review.
If approved, I can backport it to v3.