-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't deploy Jaeger on AWS EKS using Calico #1963
Comments
hi @klubi, could you share the output of update:thats might be the issue you are running into: https://medium.com/@denisstortisilva/kubernetes-eks-calico-and-custom-admission-webhooks-a2956b49bd0d |
I used:
got
|
And yes, link you've sent @frzifus seems to describe what I see. Question is... where to set Edit: |
Ok... I was able to make it work.
I had to leave webhook listener port on 9443 because I wasn't able to find a flag that would allow operator to listen on different port than 9443. I was lucky enough, I don't have anything else listening on that port... |
Awesome, thanks for sharing. Would you like to extend our docs and/or introduce a flag for changing the webhook listener port? |
Yeah, I can do that. |
Describe the bug
Jaeger deployment on AWS EKS running Calico CNI fails with below error:
Expected behavior
Jaeger instance deploys successfully.
Additional context
I faced similar issue installing jaeger-operator. Fix was on cert-manager side, I had to set
hostNetwork: true
on deployment.The text was updated successfully, but these errors were encountered: