How to emulate disk offline in kind - cniackz/public GitHub Wiki
NEW WAY:
- Cordon the node
- Terminate the pod so that is not scheduled in the cordoned node
- Then you get a permanent drive offline scenario:
OLD WAY:
- Modify the
mountPath
in thetenant
that will give you for a moment of time disk offline:
- The draw back is that it will not last forever and after some tiem disks will be online again.