mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fix WARNING when creating firewall during e2e tests
This commit is contained in:
parent
cf7b0bdc2a
commit
5b03939b84
@ -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