Skip to content

Commit

Permalink
Remove labels and conditions from example
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 27, 2020
1 parent 797e69b commit 17edec6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/v1beta1/early-stopping/median-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ spec:
max: "10"
trialTemplate:
retain: true
primaryPodLabels:
"pod-role": "primary"
primaryContainerName: training-container
successCondition: status.conditions.#(type=="Complete")#|#(status=="True")#
failureCondition: status.conditions.#(type=="Failed")#|#(status=="True")#
trialParameters:
- name: learningRate
description: Learning rate for the training model
Expand All @@ -59,9 +55,6 @@ spec:
kind: Job
spec:
template:
metadata:
labels:
"pod-role": "primary"
spec:
containers:
- name: training-container
Expand Down

0 comments on commit 17edec6

Please sign in to comment.