etcd-io / etcd-io/etcd-operator
Watch secondary resources owned by the operator
Open
- Dominant language
- Go
- Stars
- 164
- Forks
- 72
- Avg merge
- 22h 46m
- Merged PRs (30d)
- 34
Description
Each change in the CR triggers a reconciliation, which is expected.
I would also expect to handle owned resources changes, for example re-creating the StatefulSet if it's deleted accidentally (similarly how the StatefulSet re-creates deleted pods).
Ref: https://book.kubebuilder.io/reference/watching-resources/secondary-owned-resources
CC @ahrtr @jberkus @abdurrehman107 @ArkaSaha30
Contributor guide
Assessment
This issue has not been assessed yet.