severalnines / galera-docker-mariadb

96 stars 89 forks source link

I use Dockfile to build image,but the image cant work with k8s #7

Open coollei opened 6 years ago

coollei commented 6 years ago

k8s error message: Error: failed to start container "galera": Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/entrypoint.sh\": permission denied"

rbnor commented 6 years ago

You have changed the entrypoint script and pushed the image yourself? if that is the case then you need to chmod +x entrypoint.sh before building the image.

rbnor commented 6 years ago

I had the same issue