Skip to content

Commit

Permalink
gather_service_logs: Gather MCO host services
Browse files Browse the repository at this point in the history
Motivated by https://bugzilla.redhat.com/show_bug.cgi?id=1842906
and many prior bugs.  Also added a link to
openshift/machine-config-operator#1365
which I think would be a better fix for early cluster bringup.

Also xref openshift/machine-config-operator#1790
  • Loading branch information
cgwalters committed Jun 5, 2020
1 parent e3e4534 commit 753124c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collection-scripts/gather_service_logs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
BASE_COLLECTION_PATH="/must-gather"
ROLES=${1:-master} ### Defaults to only collecting things from Masters

# Service Lists
GENERAL_SERVICES=(kubelet crio)
# Service Lists; see also https://github.com/openshift/machine-config-operator/issues/1365
GENERAL_SERVICES=(kubelet crio machine-config-daemon-firstboot machine-config-daemon-host)
MASTER_SERVICES+=${2:-${GENERAL_SERVICES[@]}}
MASTER_SERVICES+=() ### Placeholder to extend Master only services
NODE_SERVICES+=${2:-${GENERAL_SERVICES[@]}}
Expand Down

0 comments on commit 753124c

Please sign in to comment.