CATechnologiesTest / yipee

An opensource version of the Yipee.io editor.
Apache License 2.0
22 stars 12 forks source link

Latest build doesn't start on DigitalOcean k8s #70

Open nidheeshdas opened 5 years ago

nidheeshdas commented 5 years ago

I'm getting standard_init_linux.go:190: exec user process caused "no such file or directory" error in the yipeeio/api:2.0 container of yipee-backend.

I'm running yipee.yml in the root of this repo on a fresh DO k8s cluster (1.13.1-do.2).

Let me know if you want any further info.

palemtnrider commented 5 years ago

Hi, thanks for bringing this issue up. We believe it is tied to how we linked the new yipeeio/api image. The go implementation is new with the 2.0 release. We hope to have a fix soon.

We have also forked this repo to https://github.com/yipeeio/yipee where active development will be occurring. We plan to release a 2.1 version soon from that repo.

Mark

nidheeshdas commented 5 years ago

I built the image locally, one step at a time. It seems to be working. I think, when you are building the docker image, it is missing the goapi.elf binary.

palemtnrider commented 5 years ago

I've published a new 2.0 image (and 2.0.1 image) that should fix the issue. You may need to update your yaml files to pull the latest 2.0 (or 2.0.1) image.