-
Notifications
You must be signed in to change notification settings - Fork 581
Open
Description
Can't figure how to make kub plugin correctly used. Does not appear in documentation, but present in plugin directory
Help please
root@k8s-master:~/sos# grep -v ^# sos.conf
[global]
verbose = 3
batch = yes
[report]
enable-plugins = kubernetes
[collect]
[clean]
[plugin_options]
root@k8s-master:~/sos# kubectl get no
NAME STATUS ROLES AGE VERSION
k8s-master Ready control-plane 14h v1.28.1
k8s-worker1 Ready <none> 14h v1.28.1
k8s-worker2 Ready <none> 14h v1.28.1
root@k8s-master:~/sos# sos report --enable-plugins kubernetes -vvv --batch
WARNING: Failed to load 'magic' module version >= 0.4.20 which sos aims to use for detecting binary files. A less effective method will be used. It is recommended to install proper python3-magic package with the module.
sosreport (version 4.6.1)
set sysroot to '/' (default)
Network devices not enumerated by nmcli. Will attempt to manually compile list of devices.
[sos.report:setup] executing 'sos report --enable-plugins kubernetes -vvv --batch'
[sos.report:setup] using 'none' preset defaults ()
[sos.report:setup] effective options now: --batch --enable-plugins kubernetes --tmp-dir /tmp -vvv
a non-existing plugin (kubernetes) was specified in the command line.
root@k8s-master:~/sos#
Metadata
Metadata
Assignees
Labels
No labels