-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve Airbyte CI logging (#20517)
* add fluent-bit logging to k3s setup * Fix --set for helm * add --generate-name * fix slash in multiline bash * Update --set for helm * Use generate-name instead * Add debug * Remove deubg for helm * Fix env again * Disable build * Remove everything * Disable everything again * Snap back to reallity * Update fluent_values.yaml * Use role instead of AWS creds * Use new bucket * Revert changes * Update bucket name * Play around with fluent-bit config * Escape string in helm --set arg * Update fluent-bit config + update --set argument * Update fluentbit config so it"ll create s3 path correctly * Add logging to kustomize * Revert debug mode
- Loading branch information
Showing
5 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
config: | ||
outputs: | | ||
[OUTPUT] | ||
Name s3 | ||
Match kube.* | ||
bucket ${AWS_S3_BUCKET} | ||
region us-east-2 | ||
total_file_size 1M | ||
upload_timeout 2m | ||
use_put_object On | ||
log_key log | ||
s3_key_format /${SUITE_TYPE}/${WORKFLOW_RUN_ID}/$TAG[4]/$UUID.log | ||
env: | ||
- name: WORKFLOW_RUN_ID | ||
value: 'PLACEHOLDER' |