-
Notifications
You must be signed in to change notification settings - Fork 504
fabric8 deploy on kubernetes 1.8.6 AWS fails #7027
Comments
I think I found a cause. Describing one of the DB pods:
Looks like the PVC is mounted at My conclusion would be that, looking at the documentation from the postgres docker image, the volume for the DB pods are incorrectly mounted at I'll try and figure out if I can make a PR for this. |
Fix to make it work: |
I have created a kubernetes 1.8.6 cluster on AWS with
kops
, and enabled RBAC.I'm trying to install fabric8 on this cluster. I've tried using the Helm chart, but this seems to miss all required RBAC settings. So I've tried installing fabric8 using
fabric8 deploy
.This all seems to work okay, except for all DB pods (postgres) failing with:
Deployed with:
Version:
Running/starting Pods:
Log of a failing DB pod:
Any guidance/assistance on how to fix this is much appreciated. I'd be happy to provide any additional information needed.
The text was updated successfully, but these errors were encountered: