NamespaceNotInjected
This message occurs when you have a namespace that is missing the
annotation1 to indicate whether the
namespace is auto-injected, for example sidecar.istio.io/inject
.
For example, you receive this error:
To resolve this problem, use an annotation to explicitly declare whether or not you want the namespace to be auto-injected. For example:
It is strongly recommended to explicitly define the desired injection behavior. Forgetting to annotate a namespace is a common cause of errors.