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
feat: Add an opt-in function to refresh the pods (IBM#793)
In order to make bindinfo adopters get the secret update immediately when the original secret is updated, we will add an opt-in mechanism into ODLM the bindinfo controller.
When the target deployments/stateful sets/daemonsets have specific labels,
```
operator.ibm.com/bindinfoRefresh: enabled
```
And add resource information into the annotation
```
bindinfoRefresh/secret: "<secretName1>,<secretName2>"
bindinfoRefresh/configmap: "<configmap1>"
```
ODLM will rolling update them to refresh their pods when the bindinfo is updated.
An annotation bindinfo/restartTime: <time> will be inserted/updated in the deployments/statefulsets/daemonsets to trigger the rolling update.
Also, we leverage cache filter to optimize the memory usage
Revert "update the logic for updating the k8s resourcces (IBM#752)" (I……BM#753)
* Revert "update the logic for updating the k8s resourcces (IBM#752)"
This reverts commit c840b9e.
* skip Job update for October release