ibm-apiconnect / v2018-postmortem

Log collection tool for API Connect v2018.
Apache License 2.0
0 stars 6 forks source link

generate_postmortem.sh fails to collect pod logs when APIC is deployed in default namespace #28

Closed subindani closed 3 years ago

subindani commented 4 years ago

It did not take the "default" value passed with --extra-namespaces parameter.

NAMESPACE_LIST=kube-system default

if [[ -z "$NAMESPACE_LIST" ]]; then
    NAMESPACE_LIST="kube-system"
fi
nitekon1 commented 3 years ago

Just pushed out a code change, let me know if this fixed the issue.

nitekon1 commented 3 years ago

@subindani ^

subindani commented 3 years ago

Thank you @nitekon1