fix cilium routing and cluster dns
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m0s

This commit is contained in:
2026-08-16 19:41:40 -04:00
parent 88e735109f
commit 1a372b7eac
8 changed files with 250 additions and 11 deletions
@@ -20,6 +20,14 @@ options:
- arg: --disable-kube-proxy
nodeFilters:
- server:*
# Include both the external Flatcar address and the internal k3d server
# address so workstation and in-cluster API clients pass TLS validation.
- arg: --tls-san=K3D_EXTERNAL_API_SERVER_IP
nodeFilters:
- server:*
- arg: --tls-san=K3D_INTERNAL_API_SERVER_IP
nodeFilters:
- server:*
- arg: --disable=traefik
nodeFilters:
- server:*
@@ -29,4 +37,3 @@ options:
kubeconfig:
updateDefaultKubeconfig: true
switchCurrentContext: true