There was an error while loading. Please reload this page.
1 parent 7ff9c70 commit dd94d0cCopy full SHA for dd94d0c
1 file changed
tests/integration/setup-integration-tests.sh
@@ -20,7 +20,7 @@ if [ "$(id -gn)" != "$GROUP" ]; then
20
fi
21
22
# Get preferred source IP address for metallb
23
-IPADDR=$( { ip -4 -j route get 2.2.2.2; jq -r '.[] | .prefsrc'; } )
+IPADDR=$( { ip -4 -j route get 2.2.2.2 | jq -r '.[] | .prefsrc'; } )
24
sudo microk8s enable "metallb:$IPADDR-$IPADDR" "hostpath-storage"
25
microk8s status --wait-ready
26
0 commit comments