Skip to content

Commit

Permalink
Merge pull request kubernetes#19760 from Jefftree/netproxy-new-var
Browse files Browse the repository at this point in the history
Update network proxy CI env variables
  • Loading branch information
k8s-ci-robot authored Nov 4, 2020
2 parents 7f4d0d5 + 6763082 commit 8d58530
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ periodics:
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --env=PREPARE_KONNECTIVITY_SERVICE=true
- --env=RUN_KONNECTIVITY_PODS=true
- --env=EGRESS_VIA_KONNECTIVITY=true
- --env=KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE=http-connect
- --extract=ci/latest
- --gcp-node-image=gci
Expand All @@ -63,7 +65,9 @@ periodics:
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --env=PREPARE_KONNECTIVITY_SERVICE=true
- --env=RUN_KONNECTIVITY_PODS=true
- --env=EGRESS_VIA_KONNECTIVITY=true
- --env=KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE=grpc
- --extract=ci/latest
- --gcp-node-image=gci
Expand Down Expand Up @@ -102,7 +106,9 @@ presubmits:
- --build=bazel
- --cluster=
- --extract=local
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --env=PREPARE_KONNECTIVITY_SERVICE=true
- --env=RUN_KONNECTIVITY_PODS=true
- --env=EGRESS_VIA_KONNECTIVITY=true
- --env=KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE=http-connect
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
Expand Down Expand Up @@ -146,7 +152,9 @@ presubmits:
- --build=bazel
- --cluster=
- --extract=local
- --env=ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true
- --env=PREPARE_KONNECTIVITY_SERVICE=true
- --env=RUN_KONNECTIVITY_PODS=true
- --env=EGRESS_VIA_KONNECTIVITY=true
- --env=KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE=grpc
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
Expand Down

0 comments on commit 8d58530

Please sign in to comment.