mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Merge pull request #8771 from fgrzadkowski/fix_create_firewall
Fix WARNING when creating firewall during e2e tests
This commit is contained in:
commit
47985ecd54
@ -920,7 +920,7 @@ function test-setup {
|
||||
gcloud compute firewall-rules create \
|
||||
--project "${PROJECT}" \
|
||||
--target-tags "${MINION_TAG}" \
|
||||
--allow tcp:80 tcp:8080 \
|
||||
--allow tcp:80,tcp:8080 \
|
||||
--network "${NETWORK}" \
|
||||
"${MINION_TAG}-${INSTANCE_PREFIX}-http-alt"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user