GoogleContainerTools / GoogleContainerTools/skaffold

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

Open
#8,317 1 comment 0 reactions 1 assignee Claimed by @renzodavid9 View on GitHub
deploy/cloud-run kind/todo
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

### 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: https://github.com/GoogleContainerTools/skaffold/blob/8d655cdb2f3d1eec3ee45244b33c3f064f340b8a/pkg/skaffold/deploy/cloudrun/log.go#L222
- Proxy: https://github.com/GoogleContainerTools/skaffold/blob/8d655cdb2f3d1eec3ee45244b33c3f064f340b8a/pkg/skaffold/deploy/cloudrun/accessor.go#L187
- Remove `alpha` and `beta` components installation from the Skaffold images: lts, latest and slim

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.