update to new installation name

This commit is contained in:
ducoterra
2020-07-10 17:13:28 -04:00
parent 77d02608d2
commit 19e69ab507

View File

@@ -9,19 +9,19 @@ helm upgrade --install monitor ./helm
## Temperature ## Temperature
```bash ```bash
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- watch -n1 sensors kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -- watch -n1 sensors
``` ```
## CPU Throttling ## CPU Throttling
```bash ```bash
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- watch -n1 lscpu kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -- watch -n1 lscpu
``` ```
## Stress ## Stress
```bash ```bash
kubectl exec -it $(kubectl get pod --selector=app=temp --output=jsonpath={.items..metadata.name}) -- stress -c 48 kubectl exec -it $(kubectl get pod --selector=app=monitor --output=jsonpath={.items..metadata.name}) -- stress -c 48
``` ```
## Disk ## Disk