Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking Issue] Remove alpha and beta from gcloud services invocation in Cloud Run deployer #8317

Open
renzodavid9 opened this issue Jan 12, 2023 · 1 comment
Assignees
Labels
deploy/cloud-run kind/todo implementation task/epic for the skaffold team

Comments

@renzodavid9
Copy link
Contributor

Information

To support --port-forward (portForward in yaml config file) and log streaming (used e.g, in skaffold dev) from Cloud Run deployer, we are currently using gcloud alpha and beta services: logs and proxy. This issue is to track the evolution of these services and update the code to remove the alpha and beta service invocation:

  • Logs:
    return []string{"alpha", "run", "services", "logs", "tail", resource.Service, "--project", resource.Project, "--region", resource.Region}
  • Proxy:
    return []string{"beta", "run", "services", "proxy", "--project", resource.Project, "--region", resource.Region, "--port", strconv.Itoa(port), resource.Service}
  • Remove alpha and beta components installation from the Skaffold images: lts, latest and slim
@gsquared94
Copy link
Contributor

/triage-action-comment

@gsquared94 gsquared94 added the kind/todo implementation task/epic for the skaffold team label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy/cloud-run kind/todo implementation task/epic for the skaffold team
Projects
None yet
Development

No branches or pull requests

2 participants