Skip to content

Commit dad2e50

Browse files
authored
Update readme.md (#36)
Added a new command to help change the version of health monitoring agent installed on the hyperpod cluster.
1 parent fc0a62e commit dad2e50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helm_chart/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ Notes:
9393
```
9494
helm upgrade dependencies src/hyperpod_cli/helm_chart/HyperPodHelmChart --values src/hyperpod_cli/helm_chart/HyperPodHelmChart/charts/kueue/values.yaml --namespace kube-system
9595
```
96+
### Step Five (only required for changing the health monitoring agent installation on your cluster- version upgrade):
97+
* This command is required to change the version of the Health Monitoring Agent running on your Hyperpod cluster.
98+
```
99+
helm upgrade dependencies helm_chart/HyperPodHelmChart/charts/health-monitoring-agent --namespace kube-system -f helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml
100+
```
96101
97102
## 5. Notes
98103
- If you intend to use the Health Monitoring Agent container image from another region, please see below list to find relevant region's URI.

0 commit comments

Comments
 (0)