-
Notifications
You must be signed in to change notification settings - Fork 60
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
🌱 Installimage: create events containing debug.txt and cloud-init-output.log #1002
Merged
guettli
merged 1 commit into
main
from
tg/installimage-create-event-containing-debug-txt
Oct 12, 2023
Merged
🌱 Installimage: create events containing debug.txt and cloud-init-output.log #1002
guettli
merged 1 commit into
main
from
tg/installimage-create-event-containing-debug-txt
Oct 12, 2023
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
janiskemper
reviewed
Oct 9, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
6 times, most recently
from
October 10, 2023 11:13
701c123
to
ac1539f
Compare
guettli
changed the title
🌱 Installimage: create event containing debug.txt
🌱 Installimage: create events containing debug.txt and cloud-init-output.log
Oct 10, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
from
October 10, 2023 11:33
ac1539f
to
60d3254
Compare
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
from
October 10, 2023 13:21
60d3254
to
c6150a1
Compare
janiskemper
requested changes
Oct 10, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
4 times, most recently
from
October 10, 2023 18:39
b8b0fa1
to
7028c01
Compare
syself-bot
bot
added
area/hack
Changes made in the hack directory
area/test
Changes made in the test directory
area/code
Changes made in the code directory
area/api
Changes made in the api directory
labels
Oct 10, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
from
October 10, 2023 19:32
7028c01
to
97ad5c5
Compare
syself-bot
bot
added
the
size/XL
Denotes a PR that changes 800-2000 lines, ignoring generated files.
label
Oct 10, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
from
October 10, 2023 19:41
97ad5c5
to
2487850
Compare
janiskemper
requested changes
Oct 11, 2023
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
2 times, most recently
from
October 12, 2023 12:50
50e6c7e
to
c1606d8
Compare
guettli
force-pushed
the
tg/installimage-create-event-containing-debug-txt
branch
from
October 12, 2023 13:46
c1606d8
to
81cb605
Compare
janiskemper
approved these changes
Oct 12, 2023
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:
Up to now it is hard to debug
installimage
because we don't see the error messages, except we ssh into the machine.But the machine could get provisioned again, if the first run was not successful.
This PR creates an event which contains the stdout/stderr and /root/debug.txt
Current output:
The text gets truncated here.
But the full text is visible via k9s or
k describe
:k describe hbmh bm-6 (click to see full text)
The output including the cloud-init-output.log is too long for github. I created it here: https://pastes.io/m6ze5itbgh
Update:
we remove useless lines from cloud-init-output.log now: