From dad2e50c1489ad2a46abc55d73ec685f86e461cf Mon Sep 17 00:00:00 2001 From: haardm <165951794+haardm@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:01:33 -0700 Subject: [PATCH] Update readme.md (#36) Added a new command to help change the version of health monitoring agent installed on the hyperpod cluster. --- helm_chart/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm_chart/readme.md b/helm_chart/readme.md index 51fde9c..894494a 100644 --- a/helm_chart/readme.md +++ b/helm_chart/readme.md @@ -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.