preserve TLS verification for k3d runner endpoint
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 2m52s

This commit is contained in:
2026-08-11 17:16:26 -04:00
parent 048575fa18
commit 78504c7378
+1
View File
@@ -60,6 +60,7 @@ jobs:
fi fi
fi fi
sed -i -E "s#https://0\.0\.0\.0:#https://${api_host}:#" "$HOME/.kube/config" sed -i -E "s#https://0\.0\.0\.0:#https://${api_host}:#" "$HOME/.kube/config"
kubectl config set-cluster k3d-security-baseline-ci --tls-server-name 0.0.0.0 >/dev/null
kubectl wait --for=condition=Ready nodes --all --timeout=180s kubectl wait --for=condition=Ready nodes --all --timeout=180s
kubectl get nodes -o wide kubectl get nodes -o wide