Closed
Description
I cannot figure out the use case for "skaffold deploy".
This command is not able to populate the image tags. Without that, all it's doing is corrupting the Deployments by deploying the tag-less images.
This command cannot use the result of "skaffold build" like this (as far as I know):
skaffold build > images.txt
skaffold deploy < images.txt
Without these functionality this command just appears like a kubectl apply
that is not compatible with skaffold run
to me.
Please consider either making "deploy" cmd work with "build" cmd or consider eliminating to avoid confusing users.