yipee icon indicating copy to clipboard operation
yipee copied to clipboard

Latest build doesn't start on DigitalOcean k8s

Open nidheeshdas opened this issue 7 years ago • 3 comments

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.

nidheeshdas avatar Jan 26 '19 08:01 nidheeshdas

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

palemtnrider avatar Jan 28 '19 01:01 palemtnrider

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.

nidheeshdas avatar Jan 29 '19 05:01 nidheeshdas

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.

palemtnrider avatar Feb 05 '19 04:02 palemtnrider