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
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Hi, I have a general smtp relay on port 25 without tls and no authentication , but setting up with notification via email I don't see smtp notification in the logs :
--set email.enabled=true
--set email.failures_only=false
--set email.smtp.host=
--set email.smtp.port=25
--set email.smtp.username=test
--set email.smtp.password=test
--set email.from_address=
--set email.to_address=
logs
I see only INFO logs of backup completed :
2023-10-23T09:09:23.305209Z INFO - Watching backups from resource version 15316606
2023-10-23T09:09:23.308743Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:10:23.332620Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.018671003s
2023-10-23T09:10:23.332657Z INFO - Watching backups from resource version 15316606
2023-10-23T09:10:23.335955Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:11:23.363894Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.020082826s
2023-10-23T09:11:23.363919Z INFO - Watching backups from resource version 15316606
2023-10-23T09:11:23.367585Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:12:23.394895Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.026105113s
2023-10-23T09:12:23.394933Z INFO - Watching backups from resource version 15316606
2023-10-23T09:12:23.398321Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
The text was updated successfully, but these errors were encountered:
This project is unmaintained, and I will archive it so it doesn't cause confusion. I have switched to a Grafana dashboard for Velero with alerts as it's much better.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I have a general smtp relay on port 25 without tls and no authentication , but setting up with notification via email I don't see smtp notification in the logs :
--set email.enabled=true
--set email.failures_only=false
--set email.smtp.host=
--set email.smtp.port=25
--set email.smtp.username=test
--set email.smtp.password=test
--set email.from_address=
--set email.to_address=
logs
I see only INFO logs of backup completed :
2023-10-23T09:09:23.305209Z INFO - Watching backups from resource version 15316606
2023-10-23T09:09:23.308743Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:10:23.332620Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.018671003s
2023-10-23T09:10:23.332657Z INFO - Watching backups from resource version 15316606
2023-10-23T09:10:23.335955Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:11:23.363894Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.020082826s
2023-10-23T09:11:23.363919Z INFO - Watching backups from resource version 15316606
2023-10-23T09:11:23.367585Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
2023-10-23T09:12:23.394895Z INFO - kube.transport: GET /api/v1/namespaces/velero/configmaps/backups-last-resource-version => HTTP OK in 00:00:00.026105113s
2023-10-23T09:12:23.394933Z INFO - Watching backups from resource version 15316606
2023-10-23T09:12:23.398321Z INFO - [Velero] Backup test-cluster-bkp-202310231102 Completed ✅
The text was updated successfully, but these errors were encountered: