Skip to content

Commit

Permalink
[microshift] Add microshift-etcd.scope service
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Acevedo Montserrat <[email protected]>
  • Loading branch information
pacevedom authored and TurboTurtle committed Sep 13, 2023
1 parent 70d7f90 commit 6526985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/microshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Microshift(Plugin, RedHatPlugin):
plugin_timeout = 900
packages = ('microshift', 'microshift-selinux', 'microshift-networking',
'microshift-greenboot')
services = (plugin_name, 'greenboot-healthcheck',
services = (plugin_name, 'microshift-etcd.scope', 'greenboot-healthcheck',
'greenboot-task-runner', 'redboot-task-runner')
profiles = (plugin_name,)
localhost_kubeconfig = '/var/lib/microshift/resources/kubeadmin/kubeconfig'
Expand Down

0 comments on commit 6526985

Please sign in to comment.