Re: [kubernetes-users] RollingUpdate strategy on statefulsets

2017-09-08 Thread Brandon Philips
Can you `kubectl describe statefulset foo`? There might be details there. Also, did you upgrade from 1.6? https://groups.google.com/forum/#!topic/kubernetes-announce/5T8Ah5xuFz8 On Fri, Sep 8, 2017 at 5:51 AM wrote: > Hi, > > currently I am using Kubernetes (v 1.7.4) to deploy a Lagom microserv

[kubernetes-users] RollingUpdate strategy on statefulsets

2017-09-08 Thread salla
Hi, currently I am using Kubernetes (v 1.7.4) to deploy a Lagom microservices application. Each service is represented by a statefulset with a RollingUpdate update strategy. I read in this documentation (https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#rolling-upda