Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalucki committed Apr 26, 2024
1 parent 5a4e9e0 commit 3ecd907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/pcm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Helm chart instructions
- Linux Watchdog handling (controlled with `PCM_KEEP_NMI_WATCHDOG`, `PCM_NO_AWS_WORKAROUND`, `nmiWatchdogMount` values).
- Deploy to own namespace with "helm install ... **-n pcm --create-namespace**"

For more information about direct/indirect collection methods please see [here]()

#### Integration features:

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

#### Direct privileged method + optional nfd/podmonitor
#### Direct privileged method
```
helm upgrade --install pcm . --set privileged=true -f values-metal.yaml -f values-direct.yaml
```
Expand Down Expand Up @@ -321,9 +323,7 @@ kubectl exec -ti ds/pcm -- bash
kubectl logs ds/pcm
```

#### Troubleshooting

##### Metric availability and requirements (devices/mounts/permissions)
#### Metric collection methods (capabilites vs requirements)

| Method | Used interfaces | default | Notes |
|---------------|------------------------------------------------------------| -------- | ------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 3ecd907

Please sign in to comment.