Skip to content

Commit

Permalink
doc: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Sep 5, 2024
1 parent cef339f commit 0396215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
disable-telemetry: true
disable-sudo: true
egress-policy: block
# no allowed endpoints
allowed-endpoints: >
- id: generate-e2e-run-hash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0396215

Please sign in to comment.