diff --git a/Dockerfile b/Dockerfile index fea533d..d4772c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,13 @@ RUN wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | apt RUN echo deb http://hwraid.le-vert.net/debian buster main | tee /etc/apt/sources.list.d/hwraid.list RUN apt-get update && apt search hpacucli RUN apt-get update && apt-get install -y \ + cciss-vol-status \ dmidecode \ + fwupd \ hpacucli \ ipmitool \ megacli \ megaclisas-status \ + mpt-status \ + pciutils \ stress-ng diff --git a/README.md b/README.md index 112b56b..9373ce3 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,26 @@ spec: path: /dev ``` +You might want to schedule the pod on a specific system, which you can +use using the nodeSelector: + +``` +... + nodeSelector: + kubernetes.io/hostname: "server49" +.... +``` ## Changelog / Tags +### Planned + + +### 0.0.3 (2022-01-15) + +* Added pciutils, mpt-status +* Added fwupd (need to solve/document dbus issue) + ### 0.0.2 (2022-01-15) * Added dmidecode