Introduction
Currently the customer needs to manually install nvme-cli before running eks-daemonset-raid-disks.yaml when using local PV in nebula graph cluster. This is not practical to use in production and Snap requests us to automatically install nvme-cli at the beginning of eks-daemonset-raid-disks.yaml.
Contents
Automatically detect the OS of the node and install nvme-cli using the appropriate commands if it doesn't exist.
Introduction Currently the customer needs to manually install nvme-cli before running eks-daemonset-raid-disks.yaml when using local PV in nebula graph cluster. This is not practical to use in production and Snap requests us to automatically install nvme-cli at the beginning of eks-daemonset-raid-disks.yaml.
Contents Automatically detect the OS of the node and install nvme-cli using the appropriate commands if it doesn't exist.
Related work