Skip to content
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

lokiのログをS3に保存するように #633

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

Kentaro1043
Copy link
Contributor

@Kentaro1043 Kentaro1043 commented Dec 12, 2024

Dockerではテストしましたが、k8sではテストしていません。
あと、ruleはローカルに保存する設定になっているので、ruleが設定されていたらPVCを消すにあたって作業が必要になりそうです。(s3に保存することもできるが、ruleが設定されていたら移行が必要)
個人的には、PVCこのままでもログデータは消えていくはずなのでそれでいいのかなと思っています。

Copy link
Contributor

@cp-20 cp-20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1点だけコメントしたので修正してもらえると助かります!

ruler に関してはボクも同意見で、PVCが容量的に問題なければ放置で良いかなと思います

apiVersion: v1
kind: Secret
metadata:
name: my-secret
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの名前を s3-credentials にしてほしいです! (単純に書き換えるのではなく、一旦復号化してから書き換える必要がある)

@Kentaro1043
Copy link
Contributor Author

変更して、保存先を変える日を1日遅らせました
(復号には鍵が必要そうだったのでファイルごと作り直しています)

Copy link
Contributor

@cp-20 cp-20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良さそうです!

@cp-20 cp-20 merged commit 8c2dbbd into traPtitech:main Dec 12, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants