Skip to content

Commit

Permalink
Merge pull request #23666 from smarterclayton/initctrproposal
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Proposal for implementing init containers

Addresses #1589. Implemented in #23567. Docs in kubernetes/website#679

```release-note
Init containers enable pod authors to perform tasks before their normal containers start. Each init container is started in order, and failing containers will prevent the application from starting.
```
  • Loading branch information
k8s-merge-robot authored Jun 18, 2016
2 parents 7ab303e + bdde25c commit d03a5fa
Showing 1 changed file with 473 additions and 0 deletions.
Loading

0 comments on commit d03a5fa

Please sign in to comment.