Provider Log Collection
Overview
Save nexqloud-provider Logs
STEP 1 - Locate the running nexqloud-provider pod
kubectl -n nexqloud-services get pods -l app=nexqloud-provider -o wideSTEP 2 - Locate the log directory of the nexqloud-provider container on that
ssh <node>
crictl inspect $(crictl ps --name provider --state Running -q) | jq -r '.status.logPath'STEP 3 - Archive the entire directory to the provider-logs.tar.gz file
tar czf provider-logs.tar.gz /var/log/pods/nexqloud-services_nexqloud-provider-0_<unique-ID>/providerSTEP 4 - Upload the provider-logs.tar.gz file to the internet
Example from one of the real nodes of ours:
Last updated