Skip to content

Commit

Permalink
Add missing documentation for KUBE_WAIT_FOR_LIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
rata committed Oct 12, 2018
1 parent 4198147 commit bad423f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ It will be executed before the rest is deployed.
For default it waits for 10 minutes before timeout, you can change the timeout
using KUBE_WAIT_FOR_PREREQ env variable (specified in seconds).

### Deployment timeouts

A deploy will wait for 10 minutes for pods to come alive. You can adjust this
timeout using KUBE_WAIT_FOR_LIVE.

### StatefulSet

Expand Down

0 comments on commit bad423f

Please sign in to comment.