preserve TLS verification for k3d runner endpoint
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 2m52s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 2m52s
This commit is contained in:
@@ -60,6 +60,7 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
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 get nodes -o wide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user