Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@gnadaban thanks for reporting , I have converted this issue #5349 for investigation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
experiencing same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello. I'm trying to do cluster scanning where some nodes have a
CriticalAddonsOnly
taint with NoSchedule effect.It appears that the toleration seconds is always set here even though it should not be for NoSchedule effects.
Desired Behavior
The scanning of nodes with tolerated taints should successfully complete.
Actual Behavior
Failing due to error.
Reproduction Steps
1.Create a cluster with some nodes that have CriticalAddonsOnly:NoSchedule taints 2. Run `trivy k8s -f table --tolerations "key1=CriticalAddonsOnly:NoSchedule" --ignore-unfixed --report all cluster`
Target
Kubernetes
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
macOS Ventura 13.6
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions