You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We send main container logs to s3 bucket, here is the config
artifactRepository:
# archiveLogs will archive the main container logs as an artifact
archiveLogs: true
s3:
endpoint: s3.amazonaws.com
bucket: <bucket_name>
region: us-east-1
useSDKCreds: true
after workflow job finishes, we see the main.log in s3 bucket, but only partial logs there, same as what we can see from kubectl logs <workflow_pod_name> command, looks like the container log file rotated on the node. both kubectl logs command and the archiveLog in s3 bucket only have the most recent log lines. is there any way we can get the rotated logs send to s3 bucket?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We send main container logs to s3 bucket, here is the config
after workflow job finishes, we see the main.log in s3 bucket, but only partial logs there, same as what we can see from
kubectl logs <workflow_pod_name>
command, looks like the container log file rotated on the node. bothkubectl logs
command and the archiveLog in s3 bucket only have the most recent log lines. is there any way we can get the rotated logs send to s3 bucket?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions