Skip to content

Cleanup Expired Clusters #12116

Cleanup Expired Clusters

Cleanup Expired Clusters #12116

Workflow file for this run

name: "Cleanup Expired Clusters"
on:
schedule:
- cron: '0 * * * *'
pull_request:
paths:
- .github/workflows/expire.yaml
jobs:
expire_clusters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./provision-cluster
with:
action: expire
distribution: GKE
gkeCredentials: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
slackWebhook: ${{ secrets.SLACK_WEBHOOK_URL }}
slackChannel: "#team-infra"
slackRunbook: "Runbook TBD"