wave
wave copied to clipboard
Kustomize Manifest Ignores Image Entrypoint
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.