xyfleet
xyfleet
@jdn5126 @balajisa09 So, finally how do you configure servicemonitor to scrape the metrics? The deployment of cni-metrics-helper chart does not have any service, the servicemonitor cannot scrape it. Below is...
@jdn5126 Thanks a lot. Will the new PR mentioned above allow us to use ServiceMonitor to scrape the metrics from cni-metrics-helper? For the podMonitor scraping aws-node daemonset, is aws-node open...
Any update one this issue. I got the same error.
Is this feature request done?
Error message: ` unable to inspect the image (123456789.dkr.ecr.us-east-1.amazonaws.com/test-app:visual-git-xxxxxxxxxxxxxxxx): Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?\n\t* containerd socket not found: /run/containerd/containerd.sock\n\t* unable to initialize...
> @xyfleet how do you set authentication for private registries : Please have a look at our [private registries tutorials ](https://aquasecurity.github.io/trivy-operator/latest/tutorials/private-registries/) Thanks for the update. So, I need to configure...
Thanks a lot. I will give it a try. @chen-keinan
@toasahi check this link: https://aquasecurity.github.io/trivy-operator/latest/tutorials/private-registries/, I followed the First Option: Filesystem Scanning, to configure my values.yaml. As I mentioned at beginning, I configure service account with annotation. SA will have...
You don't need to pull the image. As long as you provide the right permission to SA and the configuration of values.yaml, the Trivy-operator will scan the image.
Currently, the busybox:1.36 is hard coded in the deployment, no way to change it. https://github.com/apache/shardingsphere-on-cloud/blob/8ae82f39e3f98f327af06905397d35d24d7622b1/charts/apache-shardingsphere-proxy-charts/templates/deployment.yaml#L53 Can you guys modify it? Then wen can specify my personal repo of the busybox,...