Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Document updating node-problem-detector
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <[email protected]>
  • Loading branch information
Maartje Eyskens committed Apr 12, 2021
1 parent c09fe10 commit fabc0bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/development/updating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,17 @@ git checkout istio-operator/templates/service-monitor.yaml
```

- Chart location: https://github.com/istio/istio/tree/master/manifests/charts.

## node-problem-detector

Run the following commands in the root of this repository:

```bash
cd assets/charts/components
rm -rf node-problem-detector
helm repo add deliveryhero https://charts.deliveryhero.io/
helm repo update
helm fetch --untar --untardir ./ deliveryhero/node-problem-detector
```

- Chart location: https://github.com/istio/istio/tree/master/manifests/charts.

0 comments on commit fabc0bc

Please sign in to comment.