-
Notifications
You must be signed in to change notification settings - Fork 170
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
Log operator deployment status and gather pod logs #3800
Merged
cadenmarchese
merged 1 commit into
master
from
ventifus/ARO-9892-operator-deployment-logging
Oct 14, 2024
Merged
Log operator deployment status and gather pod logs #3800
cadenmarchese
merged 1 commit into
master
from
ventifus/ARO-9892-operator-deployment-logging
Oct 14, 2024
Conversation
This file contains 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
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
changed the title
Log operator deployment status
Log operator deployment status and gather pod logs
Aug 27, 2024
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
2 times, most recently
from
August 28, 2024 16:32
94c79dd
to
8a8de3a
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
August 28, 2024 16:43
8a8de3a
to
20bee5c
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
August 28, 2024 18:52
20bee5c
to
bc1ab3f
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
August 28, 2024 19:47
bc1ab3f
to
7e12c54
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
August 28, 2024 20:20
7e12c54
to
e587728
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
2 times, most recently
from
August 29, 2024 23:56
3cfca53
to
4443a52
Compare
/azp run e2e |
Azure Pipelines successfully started running 1 pipeline(s). |
ventifus
requested review from
jewzaam,
bennerv,
hawkowl,
rogbas,
petrkotas and
jharrington22
as code owners
October 7, 2024 17:43
ventifus
requested review from
cblecker,
cadenmarchese,
UlrichSchlueter,
SudoBrendan,
yjst2012,
jaitaiwan,
anshulvermapatel,
hlipsig,
tiguelu,
SrinivasAtmakuri,
mociarain,
kimorris27,
tsatam,
bitoku and
fahlmant
as code owners
October 7, 2024 17:43
/azp run ci,e2e |
Azure Pipelines successfully started running 2 pipeline(s). |
kimorris27
reviewed
Oct 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One other question aside from the question I left on the code: how'd you test it and how were the results?
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
October 9, 2024 16:37
4443a52
to
c0267fe
Compare
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
October 9, 2024 16:42
c0267fe
to
9dc836a
Compare
/azp run ci,e2e |
Azure Pipelines successfully started running 2 pipeline(s). |
ventifus
force-pushed
the
ventifus/ARO-9892-operator-deployment-logging
branch
from
October 9, 2024 18:03
9dc836a
to
7796284
Compare
/azp run ci,e2e |
Azure Pipelines successfully started running 2 pipeline(s). |
kimorris27
approved these changes
Oct 9, 2024
slawande2
pushed a commit
that referenced
this pull request
Oct 15, 2024
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.
Which issue this PR addresses:
Fixes ARO-9892
What this PR does / why we need it:
While troubleshooting aro pod startup failures in #3755, not enough logging was available to diagnose the problem. An earlier version of this PR was used in
Test plan for issue:
Revert 29f9229 in order to cause aro pod startup failure. Gather logs from failed e2e run, trimmed for clarity:
Is there any documentation that needs to be updated for this PR?
How do you know this will function as expected in production?