Feat: support custom cascading gc policy (#6059)

This commit is contained in:
Somefive
2023-06-01 10:12:10 +08:00
committed by GitHub
parent e215b18a3e
commit 1a6dafafde
8 changed files with 115 additions and 9 deletions

View File

@@ -80,12 +80,6 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo
go get github.com/onsi/gomega/...
- name: Setup KinD
run: |
go install sigs.k8s.io/kind@v0.19.0
kind delete cluster --name kind || true
kind create cluster --name kind --image=kindest/node:v1.26.4
- name: Load image
run: |
mkdir -p $HOME/tmp/