-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add inspection script #372
Conversation
681b358
to
fd8c607
Compare
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.
Going in the right direction.
Please also collect the SBOM and the k8sd database content and updated the bug template.
Also, the scripts directory is not included in the snap. Move this folder in the k8s directory or add a new entry in the snapcraft.yaml
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.
Going in the right direction, but needs work
cbc905d
to
1abfb99
Compare
…_DUMP Use -e to check for existence instead of -f Check if script is run as root
This reverts commit fd8c607.
…generated files, k8s version is k8s kubectl version, add NRestarts log file
8a98139
to
e425bd6
Compare
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
1eca07f
to
b0d6811
Compare
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.
There is more info we should be gathering to be able to get good understanding of the system, particularly around the networking of the host.
let's include the outputs of ip a
, ip r
, iptables
, ss -plnt
f5bc068
to
f22383e
Compare
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! Nice work! Just a final comment
|
Based on: https://github.com/canonical/microk8s/blob/master/scripts/inspect.sh