Use lightweight cluster topology in CI
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user