skaffold init --generate-manifests --force
does not have a way to non-interactively specify exposed ports
#6248
Labels
Milestone
Expected behavior
The command allows for a flag (perhaps
--port-forward=[]
where a non-interactive user (aka a Cloud Code user) can specify ports for each of the images that will be built.Actual behavior
The command outputs port 8080 in each of the manifest files and skaffold.yaml port forwards section regardless of what the actual exposed port is. The user should have an opportunity to specify this.
Information
Steps to reproduce the behavior
skaffold init --generate-manifests --force
skaffold dev
The text was updated successfully, but these errors were encountered: