Skip to content

Commit

Permalink
Update readme.md (#36)
Browse files Browse the repository at this point in the history
Added a new command to help change the version of health monitoring agent installed on the hyperpod cluster.
  • Loading branch information
haardm authored Oct 15, 2024
1 parent fc0a62e commit dad2e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm_chart/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ Notes:
```
helm upgrade dependencies src/hyperpod_cli/helm_chart/HyperPodHelmChart --values src/hyperpod_cli/helm_chart/HyperPodHelmChart/charts/kueue/values.yaml --namespace kube-system
```
### Step Five (only required for changing the health monitoring agent installation on your cluster- version upgrade):
* This command is required to change the version of the Health Monitoring Agent running on your Hyperpod cluster.
```
helm upgrade dependencies helm_chart/HyperPodHelmChart/charts/health-monitoring-agent --namespace kube-system -f helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml
```
## 5. Notes
- If you intend to use the Health Monitoring Agent container image from another region, please see below list to find relevant region's URI.
Expand Down

0 comments on commit dad2e50

Please sign in to comment.