This commit is contained in:
Nico Schottelius 2022-02-12 13:36:06 +01:00
parent 58a69dfb01
commit 7707f440ee
2 changed files with 16 additions and 3 deletions

View File

@ -16,5 +16,7 @@ RUN apt-get update && apt-get install -y \
megaclisas-status \ megaclisas-status \
mpt-status \ mpt-status \
pciutils \ pciutils \
procps \
strace \ strace \
stress-ng stress-ng \
tmux

View File

@ -33,8 +33,10 @@ lspci
megacli megacli
megaclisas-status megaclisas-status
mpt-status mpt-status
ps
strace strace
stress-ng stress-ng
tmux
``` ```
## Usage ## Usage
@ -77,7 +79,13 @@ use using the nodeSelector:
.... ....
``` ```
### hpa ### fwupdmgr
```
/usr/bin/dbus-daemon --system --address=systemd: --nopidfile --syslog-only
```
### hpacucli
Ensure the following kernel modules are loaded on the host: Ensure the following kernel modules are loaded on the host:
@ -98,7 +106,10 @@ error.
## Changelog / Tags ## Changelog / Tags
### Planned ### 0.0.5 (2022-01-15)
* Added procps for ps
* Added tmux to be able to run things in parallel
### 0.0.4 (2022-01-15) ### 0.0.4 (2022-01-15)