Skip to content

Commit fee0aad

Browse files
authored
Update readme.md
Added a new command to help change the version of health monitoring agent installed on the hyperpod cluster.
1 parent 9172015 commit fee0aad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

helm_chart/readme.md

Lines changed: 6 additions & 1 deletion
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.
@@ -134,4 +139,4 @@ Notes:
134139
version: "0.1.0"
135140
repository: "file://charts/storage"
136141
condition: storage.enabled
137-
```
142+
```

0 commit comments

Comments
 (0)