-
Notifications
You must be signed in to change notification settings - Fork 339
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
Kuma-sidecar not starting when using Telepresence #853
Comments
I have the same issue for my application deployment. The error description isn't very helpful either. I am running version 0.6.0 of Kuma. I'll try to downgrade and see if this issue persists. My configuration: |
Looking into this, it seems we are hitting the Unix socket pathname limitation of 108 characters:
and: |
I'm going to test that tomorrow. Thanks for looking into it. |
Reducing the character length fixed my issue. Thanks! |
When the name of the dataplane is too long an error stop the side-car from starting. This update reduces the size of the address and log an explicit error if the address is still too long. * reduce the size of access log address replacing 'kuma-access-logs' by 'kal' * add explicit error log if the size of the address is still too long Fix kumahq#853
When the name of the dataplane is too long an error stop the side-car from starting. This update reduces the size of the address and log an explicit error if the address is still too long. * reduce the size of access log address replacing 'kuma-access-logs' by 'kal' * add explicit error log if the size of the address is still too long Fix kumahq#853
When the name of the dataplane is too long an error stop the side-car from starting. This update reduces the size of the address and log an explicit error if the address is still too long. * reduce the size of access log address replacing 'kuma-access-logs' by 'kal' * add explicit error log if the size of the address is still too long Fix kumahq#853
Summary
Telepresence is a really useful tool than allows you to substitute a pod in your kubernetes cluster by a docker image on your local computer. This image helps to understand how it works:
Image modified from medium
I am using this tool during development to test my new app version directly in the kubernetes cluster (I don't need to have a local test cluster).
The problem is that when I use telepresence to replace one of my pods the kuma-sidecar is not starting alongside the pods set by telepresence in replacement of my normal pod.
Here are the logs of the kuma-sidecar:
Steps To Reproduce
Additional Details & Logs
The text was updated successfully, but these errors were encountered: