You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
In service mesh environment (Istio) the ingress traffic is passed through a sidecar-proxy. For this reason all application sockets have to bind to 127.0.0.1 (or 0.0.0.0) and NOT to status.podIP (see akka/akka-management#209).
Currently all related environment variables "_HOST" and "_BIND_HOST" are using status.podIP.
In service mesh environment (Istio) the ingress traffic is passed through a sidecar-proxy. For this reason all application sockets have to bind to 127.0.0.1 (or 0.0.0.0) and NOT to
status.podIP
(see akka/akka-management#209).Currently all related environment variables "_HOST" and "_BIND_HOST" are using
status.podIP
.reactive-cli/cli/shared/src/main/scala/com/lightbend/rp/reactivecli/runtime/kubernetes/PodTemplate.scala
Line 145 in 5ecc021
reactive-cli/cli/shared/src/main/scala/com/lightbend/rp/reactivecli/runtime/kubernetes/PodTemplate.scala
Line 149 in 5ecc021
The text was updated successfully, but these errors were encountered: