Skip to content

Commit 5430c04

Browse files
emeraldbayUbuntu
andauthored
Update supported KTO version (#43)
Co-authored-by: Ubuntu <[email protected]>
1 parent bb25aed commit 5430c04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

helm_chart/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ chmod 700 get_helm.sh
3232
To ensure that your chart is properly defined, use the helm lint command:
3333

3434
```
35-
helm lint src/hyperpod_cli/helm_chart/HyperPodHelmChart
35+
helm lint helm_chart/HyperPodHelmChart
3636
3737
```
3838

@@ -67,7 +67,7 @@ Notes:
6767

6868
* Simulate the installation process. Below command shows you what would be installed and the configuration that would be applied.
6969
```
70-
helm install dependencies src/hyperpod_cli/helm_chart/HyperPodHelmChart --dry-run
70+
helm install dependencies helm_chart/HyperPodHelmChart --dry-run
7171
```
7272

7373
* If the resource already exists, avoid running the install command again, as it may cause conflicts. Instead, use the following command to upgrade the existing release while preserving the current configuration. This ensures that your current settings are maintained without overwriting them.
@@ -77,7 +77,7 @@ Notes:
7777
```
7878
- To upgrade the existing release deployed in one namespace (eg. kube-system), run:
7979
```
80-
helm upgrade <release_name> src/hyperpod_cli/helm_chart/HyperPodHelmChart --reuse-values --namespace kube-system
80+
helm upgrade <release_name> helm_chart/HyperPodHelmChart --reuse-values --namespace kube-system
8181
```
8282
8383
### Step Three:
@@ -110,6 +110,7 @@ helm upgrade dependencies helm_chart/HyperPodHelmChart/charts/health-monitoring-
110110
```
111111
112112
## 6. Notes
113+
- 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
113114
- If you intend to use the Health Monitoring Agent container image from another region, please see below list to find relevant region's URI.
114115
```
115116
IAD 767398015722.dkr.ecr.us-east-1.amazonaws.com/hyperpod-health-monitoring-agent:1.0.318.0_1.0.35.0

0 commit comments

Comments
 (0)