vshn / appcat-service-postgresql

AppCat Service Provider for PostgreSQL
https://vshn.github.io/appcat-service-postgresql/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Bootstrap Crossplane packaging #3

Closed ccremer closed 2 years ago

ccremer commented 2 years ago

Summary

Checklist

ccremer commented 2 years ago

PR currently based on #2 , but split out to make a logical separation

Kidswiss commented 2 years ago

The deployed provider-postgresql pod throws:

standard_init_linux.go:228: exec user process caused: exec format error

Is that to be expected as it's only a dummy?

ccremer commented 2 years ago

The deployed provider-postgresql pod throws:

standard_init_linux.go:228: exec user process caused: exec format error

Is that to be expected as it's only a dummy?

No, that suggests that the image was built with the wrong CPU architecture. Can you figure out if the pods in Kind run in Linux/amd64 or arm images? I suspect that the kind images run with amd64, yet make build-docker builds in ARM since your Go env builds in ARM as well.