Skip to content

Commit e9d0b2f

Browse files
authored
docs: improvemetn on observede generation (#880)
1 parent 22f3547 commit e9d0b2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/documentation/features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ in status) to handle generation filtering in memory. Thus, if an event is receiv
198198
resource is compared with the resource in the cache.
199199

200200
Note that the **first approach has significant benefits** in the situation when the operator is restarted and there is
201-
no cached resource anymore. In case two this leads to a reconciliation of every resource, event if the resource is not
202-
changed while the operator was not running.
201+
no cached resource anymore. In case two this leads to a reconciliation of every resource in all cases,
202+
event if the resource is not changed while the operator was not running. However, in case informers are used
203+
the reconciliation from startup will happen anyway, since events will be propagated by the informer.
203204

204205
## Support for Well Known (non-custom) Kubernetes Resources
205206

0 commit comments

Comments
 (0)