Skip to content

Commit

Permalink
xgb yaml container name should be consistent with xgb job default con…
Browse files Browse the repository at this point in the history
…tainer name (#1794)
  • Loading branch information
Crisescode authored May 10, 2023
1 parent 1e32c2f commit 0a9d39a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: kubeflow/lightgbm-dist-py-test:1.0
ports:
- containerPort: 9991
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: kubeflow/lightgbm-dist-py-test:1.0
ports:
- containerPort: 9991
Expand Down
4 changes: 2 additions & 2 deletions examples/xgboost/smoke-dist/xgboostjob_v1_rabit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-rabit-test:1.2
ports:
- containerPort: 9991
Expand All @@ -22,7 +22,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-rabit-test:1.2
ports:
- containerPort: 9991
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-rabit-test:1.2
ports:
- containerPort: 9991
Expand All @@ -26,7 +26,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-rabit-test:1.2
ports:
- containerPort: 9991
Expand Down
4 changes: 2 additions & 2 deletions examples/xgboost/xgboost-dist/xgboostjob_v1_iris_predict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand All @@ -27,7 +27,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand Down
4 changes: 2 additions & 2 deletions examples/xgboost/xgboost-dist/xgboostjob_v1_iris_train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand All @@ -29,7 +29,7 @@ spec:
template:
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand All @@ -31,7 +31,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
persistentVolumeClaim:
claimName: xgboostlocal
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
volumeMounts:
- name: task-pv-storage
Expand All @@ -41,7 +41,7 @@ spec:
persistentVolumeClaim:
claimName: xgboostlocal
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
volumeMounts:
- name: task-pv-storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand All @@ -34,7 +34,7 @@ spec:
kind: Pod
spec:
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
ports:
- containerPort: 9991
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
persistentVolumeClaim:
claimName: xgboostlocal
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
volumeMounts:
- name: task-pv-storage
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
persistentVolumeClaim:
claimName: xgboostlocal
containers:
- name: xgboostjob
- name: xgboost
image: docker.io/merlintang/xgboost-dist-iris:1.1
volumeMounts:
- name: task-pv-storage
Expand Down

0 comments on commit 0a9d39a

Please sign in to comment.