Skip to content

Commit 3ecd907

Browse files
committed
WIP
1 parent 5a4e9e0 commit 3ecd907

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployment/pcm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Helm chart instructions
1111
- Linux Watchdog handling (controlled with `PCM_KEEP_NMI_WATCHDOG`, `PCM_NO_AWS_WORKAROUND`, `nmiWatchdogMount` values).
1212
- Deploy to own namespace with "helm install ... **-n pcm --create-namespace**"
1313

14+
For more information about direct/indirect collection methods please see [here]()
15+
1416
#### Integration features:
1517

1618
- node-feature-discovery based nodeSelector and nodeAffinity (values: `nfd`, `nfdBaremetalAffinity`, `nfdRDTAffinity`),
@@ -30,7 +32,7 @@ Helm chart instructions
3032
helm install pcm .
3133
```
3234

33-
#### Direct privileged method + optional nfd/podmonitor
35+
#### Direct privileged method
3436
```
3537
helm upgrade --install pcm . --set privileged=true -f values-metal.yaml -f values-direct.yaml
3638
```
@@ -321,9 +323,7 @@ kubectl exec -ti ds/pcm -- bash
321323
kubectl logs ds/pcm
322324
```
323325

324-
#### Troubleshooting
325-
326-
##### Metric availability and requirements (devices/mounts/permissions)
326+
#### Metric collection methods (capabilites vs requirements)
327327

328328
| Method | Used interfaces | default | Notes |
329329
|---------------|------------------------------------------------------------| -------- | ------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)