openclarity / apiclarity

An API security tool to capture and analyze API traffic, test API endpoints, reconstruct Open API specification, and identify API security risks. 
https://apiclarity.io
Apache License 2.0
498 stars 64 forks source link

Deployment apiclarity reports error "job failed" #365

Closed jpgong closed 9 months ago

jpgong commented 9 months ago

When deploying apiclarity in sock-shop, an error "job failed" is reported. helm install --set 'trafficSource.envoyWasm.enabled=true' --set 'trafficSource.envoyWasm.namespaces={sock- shop}' --create-namespace apiclarity ./apiclarity-v0.14.5.tgz -n apiclarity --debug image

and when helm list -n apiclarity,display status is failed image

But, the pods and services are running normally, image

and When tested in the Sock Shop demo application, no data was generated image

kubectl describe pod apiclarity-apiclarity-7c96cc5c87-jxc48 -n apiclarity reports a error: Warning Unhealthy 42m kubelet Readiness probe failed: HTTP probe failed with statuscode: 503 image