Skip to content

Commit 17edec6

Browse files
committed
Remove labels and conditions from example
1 parent 797e69b commit 17edec6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/v1beta1/early-stopping/median-stop.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ spec:
4242
max: "10"
4343
trialTemplate:
4444
retain: true
45-
primaryPodLabels:
46-
"pod-role": "primary"
4745
primaryContainerName: training-container
48-
successCondition: status.conditions.#(type=="Complete")#|#(status=="True")#
49-
failureCondition: status.conditions.#(type=="Failed")#|#(status=="True")#
5046
trialParameters:
5147
- name: learningRate
5248
description: Learning rate for the training model
@@ -59,9 +55,6 @@ spec:
5955
kind: Job
6056
spec:
6157
template:
62-
metadata:
63-
labels:
64-
"pod-role": "primary"
6558
spec:
6659
containers:
6760
- name: training-container

0 commit comments

Comments
 (0)