Skip to content

Commit 87eee0b

Browse files
author
Ian Ellis
committed
corrected IP
1 parent 24c8e76 commit 87eee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-localstack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ until kubectl get all -n localstack|grep ^pod/|grep 1/1; do
5757
done
5858

5959
echo create port-forward to access localstack on port 4566
60-
if ! nc -z -w1 192.168.0.10 4566; then
60+
if ! nc -z -w1 192.168.0.14 4566; then
6161
# Port 4566 is not already forwarded, so execute the port-forwarding command
6262
kubectl port-forward service/localstack-gateway-service -n localstack --address 192.168.0.14 4566:4566 &
6363
else

0 commit comments

Comments
 (0)