EventStore / EventStore.Charts

EventStore official Helm Charts
Other
29 stars 47 forks source link

Post-install job exceeds deadline #10

Closed GoatCodeNL closed 5 years ago

GoatCodeNL commented 5 years ago

Is this a request for help?: No

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Version of Helm and Kubernetes: kubernetes: 1.10.12 Client: &version.Version{SemVer:"v2.10.0", GitCommit:"9ad53aac42165a5fadc6c87be0dea6b115f93090", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.10.0", GitCommit:"9ad53aac42165a5fadc6c87be0dea6b115f93090", GitTreeState:"clean"}

Which chart: Repo: https://eventstore.github.io/EventStore.Charts Chart: eventstore/eventstore

What happened: On installation the post install job fails Error: Job failed: DeadlineExceeded

What you expected to happen: Post install job completes successfully

How to reproduce it (as minimally and precisely as possible): Create new multi-AZ cluster in AWS (with tiller/etc) helm install --namespace=eventstore-test -n eventstore-test eventstore --set 'admin.password=NotMyPassword'

Anything else we need to know: Extending the job deadline to 300 seconds gave me a successful install

GoatCodeNL commented 5 years ago

One of the core reasons for the slow creation of the StateFullSet is that AWS volume bindings are very slow.