wave icon indicating copy to clipboard operation
wave copied to clipboard

Kustomize Manifest Ignores Image Entrypoint

Open dpeckett opened this issue 5 years ago • 5 comments

The Kustomize configuration for Wave executes the /bin/manager command as the entrypoint for the manager container. It looks like some recent Dockerfile changes have altered the name of this binary and subsequently attempting to deploy master or v0.3.0 using Kustomize fails.

Suggestions:

Rely on the containers default entrypoint, or reference a specific image tag to make this reproducible and avoidable in the future.

dpeckett avatar Jun 15 '19 19:06 dpeckett