daemonset stress

This commit is contained in:
ducoterra
2021-02-11 12:57:15 -05:00
parent 7553034e1a
commit 5e0ec06802
4 changed files with 29 additions and 15 deletions

View File

@@ -60,8 +60,7 @@ dd if=/dev/zero of=/tmp/data bs=10M count=1024; dd if=/tmp/data of=$DISK/output;
```bash
kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -c disk -- bash
export DISK=/tmp/hdd/
export DISK=/tmp/nvme/
export DISK=/mnt/test/
```
### Mainframe