You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use Downward API to inject namespace metadata and this is in general a good practice for every deployment / pod so that it has in the env similar informations.
This also removes the codepath that verify if namespace is retrieved
It is possible to use Downward API to inject namespace metadata and this is in general a good practice for every deployment / pod so that it has in the
env
similar informations.This also removes the codepath that verify if namespace is retrieved
See
https://kubernetes.io/docs/concepts/workloads/pods/downward-api/#downwardapi-fieldRef
https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/
The text was updated successfully, but these errors were encountered: