This commit is contained in:
Karl Johan Grahn
2024-04-28 00:43:06 +02:00
committed by GitHub
parent 906e622ce0
commit 63627bb7f3

View File

@@ -2,7 +2,7 @@
Reloader watches for `ConfigMap` and `Secret` and detects if there are changes in data of these objects. After change detection Reloader performs rolling upgrade on relevant Pods via associated `Deployment`, `Daemonset` and `Statefulset`.
## How Change Detection Works
## How Does Change Detection Work?
Reloader watches changes in `configmaps` and `secrets` data. As soon as it detects a change in these. It forwards these objects to an update handler which decides if and how to perform the rolling upgrade.