Issues Configuring Trivy on an Air-Gapped k3s Cluster #7947
Replies: 2 comments
-
hi @JosebaAndres - not directly addressing your question but we will be making a new trivy-operator release soon so stay tuned for that. It's supposed to handle k8s v1.31. There's also a new checks bundle cc @afdesk |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a duplicate - aquasecurity/trivy-operator#2312 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
I'm trying to configure the Trivy Operator on a k3s cluster in an air-gapped server (no internet access). Here are the steps I've followed:
Uploaded the following OCI resources to a server within the cluster using crane:
Configured the Trivy Operator to use these resources as follows:
The trivy-db database is downloading correctly, but the scanner returns the following error:
It seems to be an error accessing to the Docker socket, so I have set the CONTAINERD_ADDRESS variable pointing to the k3s socket at /run/k3s/containerd/containerd.sock, and now I am getting the following error:
Does anyone know how I can configure it? Am I approaching this incorrectly?
Thanks in advance!
Target
Kubernetes
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Operating System
Rocky linux
Version
Beta Was this translation helpful? Give feedback.
All reactions