mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Fix WARNING when creating firewall during e2e tests
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user