Skip to content

Commit

Permalink
add DCO
Browse files Browse the repository at this point in the history
Signed-off-by: panpanli521 <[email protected]>
  • Loading branch information
panpanli521 committed Oct 21, 2020
1 parent f27f972 commit d2e4708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Using k8s native pod template, we do not implement pserver job and trainer job s
## Life cycle and state transition diagram
![avatar](https://github.com/elasticdeeplearning/trainingjob-operator/blob/d8c31bfe88c270f12a444a49b6b485312f7a05a7/docs/diagrams/life_cycle_and_state_transition.png?raw=true)

The state transition diagram
The state transition diagram:
+ Fault tolerance of container creation failure: when the container creation of pod fails, within the number of retries, the operator will automatically delete the pod, let the pod reschedule, and expose the container creation information to the user through job information

+ Fault tolerance of pod failure: when pod fails, within the number of retries, the operator will automatically delete the pod and let the pod reschedule, and expose the pod failure and creation information to the user through job information
Expand Down

0 comments on commit d2e4708

Please sign in to comment.