We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c8e76 commit 87eee0bCopy full SHA for 87eee0b
install-localstack.sh
@@ -57,7 +57,7 @@ until kubectl get all -n localstack|grep ^pod/|grep 1/1; do
57
done
58
59
echo create port-forward to access localstack on port 4566
60
-if ! nc -z -w1 192.168.0.10 4566; then
+if ! nc -z -w1 192.168.0.14 4566; then
61
# Port 4566 is not already forwarded, so execute the port-forwarding command
62
kubectl port-forward service/localstack-gateway-service -n localstack --address 192.168.0.14 4566:4566 &
63
else
0 commit comments