-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
@@ -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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
|
||
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
Use envoy with a fix envoyproxy/envoy#14092 backported to envoy v1.16.0