travigd opened a new issue #638:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/638
Some cloud providers (GCE in my case) don't support RWM disks, which means
that rolling updates fail (since the new pod can't attach the PD).
The couchdb and redis pods (since they're `Deployment`s) should support
```yaml
spec:
...
strategy:
type: "Recreate"
...
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]