Error executing 'postInstallation': Program exited with exit code 1

Hi, I’ve got a problem with owncloud deployment on Kubernetes Cluster.
I tried to deploy owncloud by helm install.
Unfortunatelly, on owncloud initialization I recived error as below:
Error executing ‘postInstallation’: Program exited with exit code 1

Is there posibility to dig dipper and see what is the couse of this error ?

I tried connect to the database directly from pod in the same namespace and its ok.
I checked core-dns and it looks also ok.
Could anyone give me some advise where could be the problem?

Below are the prints of cluster status for owncloud.

Official docker images for ownCloud are in https://hub.docker.com/r/owncloud/server/tags
It seems you’re using bitnami’s images (located in https://hub.docker.com/r/bitnami/owncloud/tags) which might be different. That image isn’t maintained by ownCloud

On first look, it isn’t an ownCloud problem but some problem in the initialization of the container. You might want to open a ticket in https://github.com/bitnami/bitnami-docker-owncloud

3 Likes

You’d need to find somebody running the bitname docker image on Kubernetes.
I’d recommend to open an issue in their github issue tracker:

2 Likes

Thanks for Advise. I’ll Follow your sugesstions.