Skip to content

Commit

Permalink
Collect all the logs related to openshift-marketplace
Browse files Browse the repository at this point in the history
Many times certmanager operator installation fails in CI.
certmanager-operator comes from openshift-marketplace
namespace.

os-must-gather does not collects logs related to
openshift-marketplace namespace.

Capturing the logs from openshift-marketplace will help
us to diagnose certmanager operator related issues.

Depends-On: openstack-k8s-operators/ci-framework#1554

Signed-off-by: Chandan Kumar <[email protected]>
  • Loading branch information
raukadah authored and chkumar246 committed Apr 24, 2024
1 parent e4170af commit 5e45f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collection-scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare -a DEFAULT_NAMESPACES=(
"openshift-machine-api"
"cert-manager"
"openshift-nmstate"
"openshift-marketplace"
)
export DEFAULT_NAMESPACES

Expand Down

0 comments on commit 5e45f15

Please sign in to comment.