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
Information
To support
--port-forward(portForwardin yaml config file) and log streaming (used e.g, inskaffold dev) from Cloud Run deployer, we are currently using gcloudalphaandbetaservices:logsandproxy. This issue is to track the evolution of these services and update the code to remove thealphaandbetaservice invocation:skaffold/pkg/skaffold/deploy/cloudrun/log.go
Line 222 in 8d655cd
skaffold/pkg/skaffold/deploy/cloudrun/accessor.go
Line 187 in 8d655cd
alphaandbetacomponents installation from the Skaffold images: lts, latest and slim