fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[BUG] Remove prestop to delete csi socket

Open cheyang opened this issue 4 years ago • 0 comments

What is your environment(Kubernetes version, Fluid version, etc.)

Describe the bug

The following logic is useless, please remove it.

preStop:
              exec:
                command: ["/bin/sh", "-c", "rm -rf /registration/fluid /registration/fuse.csi.fluid.io-reg.sock"]

What you expect to happen:

How to reproduce it

Additional Information

cheyang avatar Dec 30 '21 03:12 cheyang