Inject linkerd in namespaces #6100
-
Hello everyone, Is there a way to inject linkerd on a namespace so that all resources deployed in that namespace are automatically injected with linkerd proxy? |
Beta Was this translation helpful? Give feedback.
Answered by
mateiidavid
May 6, 2021
Replies: 1 comment 6 replies
-
Yup! If you add the inject annotation ( |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
shahriak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup! If you add the inject annotation (
linkerd.io/inject: enabled
) on a namespace then all workloads in that namespace will be injected.