Re: Re. K8s pod starting timeout

2016-03-13 Thread David Hbase
Thanks Akila -D On Sun, Mar 13, 2016 at 12:30 AM, Akila Ravihansa Perera wrote: > Hi David, > > Ideally the Docker images should be already pulled into the k8s minions > before deploying the Stratos application. However you can configure this > timeout parameter by setting the system property >

Re: Re. K8s pod starting timeout

2016-03-13 Thread Akila Ravihansa Perera
Hi David, Ideally the Docker images should be already pulled into the k8s minions before deploying the Stratos application. However you can configure this timeout parameter by setting the system property "stratos.pod.activation.timeout" [1] [1] https://github.com/apache/stratos/blob/stratos-4.1.x

Re. K8s pod starting timeout

2016-03-12 Thread David Hbase
Due to some large docker images may need longer time to pull. 60 seconds is too short to cause the K8s application initialization failure. Is there anyway to adjust pod stating timeout? Thanks -D