Skip to content

Commit

Permalink
even bigger instance
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Jun 25, 2024
1 parent 2dc0b05 commit d0b2fdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
runs-on: [gyg-gha-runner-16x64]
runs-on: [gyg-gha-runner-32x128]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions tools/router-check-tool/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Envoy Router Check Tool

Istio compatible [Route Table Check Tool](https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/tools/router_check).

- [Patches](../../external/router_check.patch) needed to work with Istio.
- [BUILD](../../BUILD) with configuration to build `router_check_tool` using Istio's filters.
- [Dockerfile](./Dockerfile) to build the image.

0 comments on commit d0b2fdf

Please sign in to comment.