Skip to content

Commit

Permalink
debug kubeconfig expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Jun 25, 2024
1 parent 70dd705 commit 8837a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
with:
cluster_name: 'immutable-prod'
location: 'us-central1'
use_auth_provider: true

- name: Run benchmark script
env:
Expand All @@ -151,6 +152,7 @@ jobs:
RPC_ENDPOINT: "INTERNAL_RPC"
CPU_THRESHOLD: 1200
run: |-
cat ${{ env.KUBECONFIG }} | grep client-certificate-data | cut -f2 -d : | tr -d ' ' | base64 -d | openssl x509 -text -out -
./tools/run-benchmark.sh ${{ env.MACHINE_TYPE }} ${{ env.NUM_WORKERS }} ${{ env.CPU }} ${{ env.CPU }} ${{ env.MEMORY }} ${{ env.MEMORY }} ${{ env.BLOCK_START }} ${{ env.BLOCK_END }} ${{ env.OTHER_ARGS }} ${{ env.RPC_ENDPOINT }}
kubectl scale --replicas=0 deployment/zero-bin-worker -n zkevm
Expand Down

0 comments on commit 8837a85

Please sign in to comment.