Description
As per https://github.com/kubernetes/kubernetes/pull/87809, set the annotation when the logging sidecar is deployed so that the user gets it as the default with a call to `kubectl logs <pod>` rather than having to specify the container as well.
It can be added as part of the pod template for existing releases by customers, this is just to do it automatically.
`kubectl.kubernetes.io/default-logs-container=logging`
Attachments
Issue Links
- relates to
-
K8S-2281 Add Prometheus annotations to server pod
- Closed