-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from docker to cri logs #92
Migrate from docker to cri logs #92
Conversation
984f609
to
5a739ae
Compare
Signed-off-by: QuentinBisson <[email protected]>
5a739ae
to
1ad54bc
Compare
@@ -447,7 +448,7 @@ data: | |||
s3_key_format {{ printf "/ssh%s" .Values.outputs.aws.S3.s3_object_key_format }} | |||
{{- end }} | |||
s3_key_format_tag_delimiters .-_ | |||
store_dir ${storage_path}/S3 | |||
store_dir ${storage_path}/S3/ssh/sshd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing this otherwise the output will send all the logs in there to the same folder in the bucket :(
@@ -115,13 +112,10 @@ spec: | |||
- name: var-log | |||
hostPath: | |||
path: /var/log | |||
- name: var-run-fluent-bit | |||
- name: var-tmp-fluent-bit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@giantswarm/team-atlas this was tested on ginger and gauss. Can you review? |
Towards https://github.com/giantswarm/giantswarm/issues/23799 and giantswarm/roadmap#1399 (comment)