79564420

Date: 2025-04-09 13:13:12
Score: 0.5
Natty:
Report link

You can exclude your job from sidecar injection by adding the annotation:

annotations:
  sidecar.istio.io/inject: "false"

Or, if you need the job inside mesh - you can add ServiceEntry and DestinationRule which will allow traffic to 10.96.0.1:443

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey