We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dd15f6 + 4cbb6f8 commit deb8a7aCopy full SHA for deb8a7a
src/scripts/operator.sh
@@ -20,7 +20,7 @@ trap relay_SIGTERM SIGTERM
20
/operator/initialize-external-operator-identity.sh
21
22
if [[ ! -z "$REMOTE_DEBUG_PORT" ]]; then
23
- DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=$HOSTNAME:$REMOTE_DEBUG_PORT"
+ DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:$REMOTE_DEBUG_PORT"
24
echo "DEBUG=$DEBUG"
25
else
26
DEBUG=""
0 commit comments