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

feat(cloudconfig): support multi container configuration #650

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

andersastrom
Copy link
Member

@andersastrom andersastrom commented Apr 22, 2024

Cloud Run now supports multi container deployments (up to 10 per instance).
With this change, sidecar container defined environment variables are not set for the ingress container.

Official docs: https://cloud.google.com/run/docs/deploying/#sidecars

Cloud Run now supports multi container deployments (up to 10 per instance).

With this change, sidecar container defined environment variables are not set for the ingress container.

Official docs: https://cloud.google.com/run/docs/deploying\#multicontainer-yaml
@andersastrom andersastrom requested a review from a team as a code owner April 22, 2024 11:38
@andersastrom andersastrom merged commit acbe621 into master Apr 22, 2024
1 check passed
@andersastrom andersastrom deleted the config-validation-sidecar-container-support branch April 22, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants