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

use envoy version with segfault fix #216

Merged
merged 4 commits into from
Nov 20, 2020

Conversation

MarcinFalkowski
Copy link
Contributor

@MarcinFalkowski MarcinFalkowski commented Nov 19, 2020

Use envoy with a fix envoyproxy/envoy#14092 backported to envoy v1.16.0

@slonka slonka temporarily deployed to envoy-control-pr-216 November 19, 2020 14:45 Inactive
lukidzi
lukidzi previously approved these changes Nov 19, 2020
@slonka slonka temporarily deployed to envoy-control-pr-216 November 19, 2020 15:44 Inactive
@slonka slonka temporarily deployed to envoy-control-pr-216 November 19, 2020 16:25 Inactive
@@ -32,7 +32,7 @@ class EnvoyContainer(

const val EGRESS_LISTENER_CONTAINER_PORT = 5000
const val INGRESS_LISTENER_CONTAINER_PORT = 5001
const val DEFAULT_IMAGE = "envoyproxy/envoy-alpine:v1.14.3"
const val DEFAULT_IMAGE = "marcinfalkowski/envoy-dev:v1.16.1-dev-lua-segfault-fix-1-16-0-backport-20201118-df9dc819"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we fork it on official allegro account not to use your personal?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do it in next PR, when our official fork will be ready

@slonka slonka temporarily deployed to envoy-control-pr-216 November 20, 2020 08:02 Inactive

ENV PORT=9999:9999
ENV PORT=80:80
ENV ENVOY_NODE_ID=front-proxy-id
ENV ENVOY_NODE_CLUSTER=front-proxy
ENV ENVOY_EGRESS_LISTENER_PORT=80
ENV ENVOY_INGRESS_LISTENER_PORT=8080
ENV ENVOY_EGRESS_LISTENER_PORT=31000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the port change relevant / needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, new envoy container versions launch envoy from user envoy, not root, which has no access to low ports

@MarcinFalkowski MarcinFalkowski merged commit 1ad5924 into master Nov 20, 2020
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.

5 participants