etcd-io / etcd-io/etcd-operator
Return all health errors instead of just the first one
Open
- Dominant language
- Go
- Stars
- 164
- Forks
- 72
- Avg merge
- 22h 46m
- Merged PRs (30d)
- 34
Description
During each reconciliation process, etcd-operator performs health check on all etcd members. Currently it just returns the first error if any. We should return all errors instead.
https://github.com/etcd-io/etcd-operator/blob/6791fdc26be39a802205f703975c30c5ddca45d0/internal/controller/utils.go#L543-L549
Contributor guide
Assessment
This issue has not been assessed yet.