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
Add checksum/config annotation to FlowAggregator (#6967)
When updating the config with Helm, the annotation will be automatically
updated and the FlowAggregator Pod will be recreated. This is consistent
with the main Helm chart for Antrea.
Note that the FlowAggregator can handle some config changes
"dynamically" (i.e., without a Pod restart), but not all config updates
are supported and we may want to remove that partial support altogether
in the future.
The annotation can also be updated manually to roll the Deployment (e.g,
if Helm is not being used).
Signed-off-by: Antonin Bas <[email protected]>
0 commit comments