Issues Configuring Trivy Operator on an Air-Gapped k3s Cluster #2312
Unanswered
JosebaAndres
asked this question in
Help & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 issue with Docker images, as the process doesn’t have internet access. I suspect that I need to set up the k3s containerd socket path according to Trivy's documentation:
Trivy Documentation on container_image target
How can I configure this variable in the Trivy Operator? Am I approaching this incorrectly?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions