Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
28 lines (19 loc) · 1.42 KB

kubernetes-sidecar-cleaner

Caution

With the adoption of native SidecarContainers this project is obsolete and is not needed for Istio running on Kubernetes 1.29 and later. Fur further details please consult the Istio documentation.

A simple app to watch and clean up istio-proxy sidecars in kubernetes Jobs with /quitquitquit.

Installation

helm repo add sidecar-cleaner https://opensource.aoe.com/kubernetes-sidecar-cleaner/
helm install my-sidecar-cleaner sidecar-cleaner/sidecar-cleaner

Also see: opensource.aoe.com/kubernetes-sidecar-cleaner/

Configuration

Please check the values.yaml for possible configurations.

Contribution

Release a new app version

Release a new helm chart version

  • Increase the version in Chart.yaml and push the changes. The github worklow takes care of releasing a new chart version.