Skip to content

eosxd: set DaemonSet's update strategy to OnDelete to protect FUSE mounts

Robert Vasek requested to merge eosxd-updatestrategy-ondelete into master

This PR sets eosxd's DaemonSet updateStrategy to OnDelete. eosxd is FUSE-based, restarting the Pod will break existing mounts on the node.

Merge request reports