Issues Configuring Trivy Operator on an Air-Gapped k3s Cluster #2312
Replies: 1 comment
-
I think I’ve found the problem. In the k3s cluster, we have a registry mirror, and I’ve discovered that this is not yet supported in Trivy. Thank you anyway, and best regards. |
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
-
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:
I thought I needed to configure the socket path to work with the k3s path as documented in the trivy documentation
https://trivy.dev/v0.57/docs/references/troubleshooting/#containerd
But i started getting this new error:
Does anyone know how I can configure it? Am I approaching this incorrectly?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions