istio-ecosystem / emcee

User friendly Multi-mesh Istio configuration
3 stars 3 forks source link

Use Go 1.14 to build image #41

Closed esnible closed 4 years ago

esnible commented 4 years ago

Closes https://github.com/istio-ecosystem/emcee/issues/30

To actually use the image more RBAC is needed. I made the RBAC by hand and created https://github.com/istio-ecosystem/emcee/issues/42 to track a true fix.

To deploy I use

cat config/manager/manager.yaml | sed 's/controller:latest/docker.io\/esnible\/controller:latest/' | kubectl apply -f -