Replies: 1 comment
-
|
Found that if I didn't delete the namespace it doesn't add the linkderd mesh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I"m trying to familiarize myself with linkerd. I have a small 4 pi4 cluster that I run a few websites on, one using a strapi backend and PVC. I have not found a great way within the yaml files to add linkerd. I know in the deployment I can get it to the pod but it also says I should be able to add to services, etc. I thought I should be able to add it to the namespace but doesnt seem to work. I have a Kustomize file that deploys the namespace via its own yaml and I tried adding it this way.
template: metadata: annotations: linkerd.io/inject: enabledBeta Was this translation helpful? Give feedback.
All reactions