Skip to content

Commit

Permalink
Fix local IP address.
Browse files Browse the repository at this point in the history
  • Loading branch information
axel7born committed Sep 11, 2024
1 parent 23040ad commit 86e8d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/test-e2e-provider-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ yq -i e '(select (.helm.values.image) | .helm.values.image.repository) |= "docke

kubectl apply --server-side --force-conflicts -f "$repo_root/tmp/controller-registration.yaml"

echo '172.18.255 api.ping-test.local.external.local.gardener.cloud' >> /etc/hosts
echo '172.18.255 api.con-test.local.external.local.gardener.cloud' >> /etc/hosts
echo '172.18.255 api.e2e-force-del.local.external.local.gardener.cloud' >> /etc/hosts
echo '172.18.255.1 api.ping-test.local.external.local.gardener.cloud' >> /etc/hosts
echo '172.18.255.1 api.con-test.local.external.local.gardener.cloud' >> /etc/hosts
echo '172.18.255.1 api.e2e-force-del.local.external.local.gardener.cloud' >> /etc/hosts

# reduce flakiness in contended pipelines
export GOMEGA_DEFAULT_EVENTUALLY_TIMEOUT=5s
Expand Down

0 comments on commit 86e8d7a

Please sign in to comment.