Huawei / eSDK_K8S_Plugin

Container-Storage-Interface (CSI) for Huawei storage
Apache License 2.0
82 stars 47 forks source link

Talos fix #47

Open sbskas opened 2 years ago

sbskas commented 2 years ago

Add minimal support for running huawei csi on talos (talos OS. This minimal OS has no shell and is mainly running GO controller to pilot the kernel.

We present here the minimal modification to make the huawei run on this env. Those fixes are of different kind: 1- remove the nsenter sh -c command. Make the container privileged is enough. Use binaries in the container instead. 2- Use the go library instead of using shell commands to read hostname or Initiatorname 3- Different fixes preventing running the huawei csi

In this context the huawei csi node works with a sidecar container running the iscsid daemon.