Replies: 3 comments 1 reply
-
I have the same issue with k3d cluster |
Beta Was this translation helpful? Give feedback.
-
was a problem with istio on my cluster, istio enabled on the namespace but the containers did not yet deploy the istio sidecar, guess it is an either or, no namespace injector and no sidecar or both active |
Beta Was this translation helpful? Give feedback.
-
HI I have the same error doing a scan for deployment on a namespace. If I do the same for statefulsets it works fine. It only happens in two namespaces, the rest of them seem to work fine trivy k8s -n $NAMESPACE --report summary deployments --scanners config --severity CRITICAL,HIGH --debug |
Beta Was this translation helpful? Give feedback.
-
Description
Scanning a RKE2 cluster results in an error.
Desired Behavior
Expected a table with summary of the detected issues.
Actual Behavior
The command fails:
Reproduction Steps
Run the following command: trivy k8s -d --kubeconfig=$HOME/.kube/rke2-test.yaml --severity=CRITICAL --report=all cluster
Operating System
MacOS 13.5.1 (22G90)
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions