kubernetes - Tekton CD Pruner Job Pod Hanging with Istio Sidecar - Stack Overflow
I use Istio in my cluster with sidecar injection. When my Tekton pruner finishes a run, the pruner container stops but the Istio sidecar container does not. This prevents the job from finishing and the pod from being terminated. This means that my pruner never runs again.
My pruner config:
pruner:
disabled: false
schedule: "*/30 * * * *"
startingDeadlineSeconds: 100
resources:
- pipelinerun
keep: 1
prune-per-resource: true
My first instinct was to disable Istio sidecar injection for just the pruner, but TektonConfig does not allow much customization to the job. Tekton Config: Pruner
I saw some posts regarding calling the Istio /quitquitquit endpoint to shut it down.. this does work but I cannot add any customization to the pruner.
Looking for advice on how to overcome this. Im surprised Tekton does not even allow adding annotations to the pruner to support customizations like this.
Thanks
- 谷歌:无意统一Android和Chrome OS
- 云计算是新的商业基础设施
- powershell - Questionable output while iterating over an array of arrays - Stack Overflow
- Unable to deploy flex consumption function app using azure bicep - Stack Overflow
- open source - Langgraph State not being passed properly with Ollama - Stack Overflow
- typescript - tag a href download filename nextjs - Stack Overflow
- java - Custome Recipe Parsing Error when developing mod with fabric in Minecraft 1.21.4 - Stack Overflow
- android - Not receiving events using a BroadcastReceiver - Stack Overflow
- flutter - Error handshake exception: handshake error in client(os error: certificate _verify_failed: unable to get local issuer
- wpf - Installation of an upgrade version starting at ResumeDlg - Stack Overflow
- c# - System.Printing.PrintJobException: 'An exception occurred while setting the print job. Win32 error: The parameter i
- python - Pyinstaller (Mac App) - Why only permission given to the executable file (instead of .app bundle) could work? - Stack O
- testrigor - Unable to capture values from card display - Stack Overflow
- c# - Trouble when setting up Serilog in ASP.NET Core Web API - Stack Overflow
- How to debug Quarkus producer method - Stack Overflow
- python - Reading .msg attachments from a .msg file - Stack Overflow
- c - Is there a systemd-independent function for getting a USB device model? - Stack Overflow