-
Notifications
You must be signed in to change notification settings - Fork 70
WIP: Debug: Enable VM debug console #658
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,12 @@ to enable kernel boot logs using the configuration file. | |
|
||
This will result in the `cc-proxy` log being printed on the terminal. This method | ||
can also be used to capture the logs in a specific `cc-proxy` file. | ||
|
||
5. Connect to the Virtual machine console | ||
|
||
If the kernel boots successfully then the virtual machine console can be accessed | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should avoid using an "if" clause unless we provide options for when the kernel does not boot successfully. |
||
for further debug. | ||
|
||
``` | ||
socat /run/virtcontainers/pods/<pod id>/console.sock | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add a @iphutch - please can you review these doc changes? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 |
||
``` |
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.
Use all lower case:
s/Virtual/virtual