How to add annotations to the pods in cluster #1097
Unanswered
MateoSegura
asked this question in
Q&A
Replies: 2 comments
-
Hi, @MateoSegura What's the version of EMQX operator do you use ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @Rory-Z, thanks for your response. I am using |
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
-
Hello everyone, I am using vault side car injector feature to place the TLS certificates for my broker inside of each pod in a cluster deployment.
I've gotten this to work when I deploy a single instance of EMQX manually (meaning creating a k8s deployment by hand), but when I try to use the operator, I'm having trouble setting the annotations, here's what I have so far:
emqx-cluster.yaml
But when I look at my pods, the annotations are not there, and no side car containers are injected. When I run
kubectl describe deployment
I get this:Beta Was this translation helpful? Give feedback.
All reactions