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

Fix gRPC incomapatability in helm chart #627

Conversation

BracketJohn
Copy link
Contributor

Closes #600

I investigated the issue: The underlying issue was that the docker-in-docker (dind) image specified by the helm chart is >2 years old and thus is incompatible with gRPC v1.41 which the wooderpecker agent uses to communicate with it.

I tested the fix proposed in this PR in our AWS EKS cluster and it works, builds are being executed again (:

Looking forward to your review.

@6543 6543 added the bug Something isn't working label Dec 19, 2021
@6543 6543 added this to the 0.15.0 milestone Dec 19, 2021
@6543 6543 merged commit 5dc9de8 into woodpecker-ci:master Dec 19, 2021
@BracketJohn BracketJohn deleted the fix_grpc_incompatability_docker_in_docker_backend branch December 19, 2021 13:07
@6543 6543 added the chart label Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Current next does not run pipelines, because of gRPC API incompatibility
2 participants