From a379ab3d2afd9ed53fbf6f261c2ec78e59cba670 Mon Sep 17 00:00:00 2001 From: "Pablo Alonso Rodriguez (Red Hat)" Date: Wed, 23 Oct 2024 13:35:15 +0200 Subject: [PATCH] [openshift] Fix openshift plugin for 4.16+ 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) --- sos/report/plugins/openshift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/report/plugins/openshift.py b/sos/report/plugins/openshift.py index dc7a514ba1..3dafae1f3e 100644 --- a/sos/report/plugins/openshift.py +++ b/sos/report/plugins/openshift.py @@ -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/'