Use lightweight cluster topology in CI
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s

This commit is contained in:
2026-08-09 22:01:11 -04:00
parent 8955ba6873
commit 8934ea95a4
3 changed files with 31 additions and 5 deletions
+1 -2
View File
@@ -23,7 +23,7 @@ jobs:
- name: Create ephemeral K3s cluster
run: |
k3d cluster create --config local-quickstart/k3d-cluster-config.yaml
k3d cluster create --config ci/k3d-ci-cluster-config.yaml
kubectl wait --for=condition=Ready nodes --all --timeout=180s
kubectl get nodes -o wide
@@ -74,4 +74,3 @@ jobs:
- name: Delete ephemeral cluster
if: always()
run: k3d cluster delete security-baseline