Skip to content

Releases: kinvolk/kubernetes

v1.17.6-sidecar-ann-1

12 Jun 15:39
Compare
Choose a tag to compare

This release adds sidecar containers support using a pod annotation. The format is:
alpha.kinvolk.io/sidecar: '["container-1", "container-2"]'

Note that the value of the annotation needs to be valid JSON, so each container name needs to be enclosed with double quotes.

If the annotation is not present or malformed, the behavior is as this patch was not present: no contianer is considered a sidecar. Non-existing containers referenced in the annotation are ignored.