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.
1 parent 48e5994 commit 4cbb6f8Copy full SHA for 4cbb6f8
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