Skip to content

Commit f554b13

Browse files
authored
Update HyperPodHelmChart README with helm upgrade instructions
Enhancing the commands to upgrade helm chart installation on cluster.
1 parent b1a5e32 commit f554b13

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

helm_chart/readme.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,16 @@ Notes:
9393
```
9494
helm install dependencies helm_chart/HyperPodHelmChart --namespace kube-system --set computeQuotaTarget.targetId=<target_id>
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.
96+
### Step Four (whenever you want to upgrade the installation of helm charts):
97+
* This command is required to upgrade the helm chart installation on your cluster, which will also help consume the latest releases of service components like Health Monitoring Agent.
9898
```
99-
helm upgrade dependencies helm_chart/HyperPodHelmChart/charts/health-monitoring-agent --namespace kube-system -f helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml
99+
helm upgrade dependencies helm_chart/HyperPodHelmChart --namespace kube-system
100100
```
101101
102102
* To install the sub-chart separately that only contains roles and role bindings
103103
```
104104
helm install dependencies helm_chart/HyperPodHelmChart/charts/team-role-and-bindings --set computeQuotaTarget.targetId=<target_id>
105105
```
106-
### Step Five (only required for changing the health monitoring agent installation on your cluster- version upgrade):
107-
* This command is required to change the version of the Health Monitoring Agent running on your Hyperpod cluster.
108-
```
109-
helm upgrade dependencies helm_chart/HyperPodHelmChart/charts/health-monitoring-agent --namespace kube-system -f helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml
110-
```
111106
112107
## 6. Notes
113108
- Training job auto resume is expected to work with Kubeflow training operator release v1.7.0, v1.8.0, v1.8.1 https://github.com/kubeflow/training-operator/releases

0 commit comments

Comments
 (0)