From 0396215482d8a6651a8dc769c93f85e55e178292 Mon Sep 17 00:00:00 2001 From: tallaxes <18728999+tallaxes@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:16:01 +0000 Subject: [PATCH] doc: add comments --- .github/workflows/e2e-matrix.yaml | 1 + .github/workflows/e2e.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/e2e-matrix.yaml b/.github/workflows/e2e-matrix.yaml index 9c2826ce1..26c47a39c 100644 --- a/.github/workflows/e2e-matrix.yaml +++ b/.github/workflows/e2e-matrix.yaml @@ -34,6 +34,7 @@ jobs: disable-telemetry: true disable-sudo: true egress-policy: block + # no allowed endpoints allowed-endpoints: > - id: generate-e2e-run-hash diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3ca298610..86fdd5510 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -49,6 +49,9 @@ jobs: with: disable-telemetry: true egress-policy: block + # - wildcards to allow for variation in targeted clusters + # - clients3.google.com:80 and firebaselogging-pa.googleapis.com:443 - confirmed Skaffol + # likely telemetry, likely can be avoided/blocked with/after "skaffold config set --global collect-metrics false" allowed-endpoints: > *.azmk8s.io:443 *.azurecr.io:443