skaffold render --output takes GCS file path #3902
Labels
area/render
good first issue
Good for newcomers
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
I would like to make a proposal to add functionality to allow --output flag to take a GCS path for skaffold render
if the value I pass to --output starts with gs://, skaffold should treat it as a GCS path.
possible solution:
Call gsutil in https://github.com/GoogleContainerTools/skaffold/blob/master/pkg/skaffold/deploy/util.go#L86 if filepath starts with gs://
The text was updated successfully, but these errors were encountered: