Skip to content

eosxd: set DaemonSet's update strategy to OnDelete

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

eosxd DaemonSet uses FUSE-based EOS client. When a Pod that owns the FUSE process exits, it will break any existing mounts, possibly breaking applications that use it. OnDelete update strategy is safer.

Edited by Robert Vasek

Merge request reports