Open
Description
What do you want to happen?
kubebuilder scaffolds 2 container commands called docker-build
and docker-push
in Makefile. But they work with other container tools, like Podman, and not only with Docker (to change the container tool used by the commands, use the CONTAINER_TOOL
variable in Makefile).
Would make sense to change command names to container-build
and container-push
then.
Part of changes needed were done here #4288. Would also need to change documentation and other places of the code base to fully apply the change
Extra Labels
No response