Skip to content

Commit

Permalink
[openshift] Fix openshift plugin for 4.16+
Browse files Browse the repository at this point in the history
Added "openshift-kubele"t to the list of packages for
the "openshift" sos plugin, so that it works in 4.16+

Related: SUPDEV-161

Signed-off-by: Pablo Alonso Rodriguez (Red Hat) <[email protected]>
  • Loading branch information
palonsoro authored and TurboTurtle committed Oct 23, 2024
1 parent 58d7824 commit a379ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Openshift(Plugin, RedHatPlugin):
plugin_name = "openshift"
plugin_timeout = 900
profiles = ('openshift',)
packages = ('openshift-hyperkube',)
packages = ('openshift-hyperkube', 'openshift-kubelet')

master_localhost_kubeconfig = (
'/etc/kubernetes/static-pod-resources/'
Expand Down

0 comments on commit a379ab3

Please sign in to comment.