-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Any plans to support Istio / Knative deployments #1029
Comments
As far as I know, Telepresence works okay with Istio right now. What would it mean to support Knative? Can you sketch out an example? |
Hi In Knative they use a header for routing: The issue is the name of the deployment(swap deployment) name and the yaml parameters/settings. Kind of like I think it would be awesome, to support this. And I still have issues trying with Thanks |
I ran into issues attempting to use telepresence with knative as well. I tried to
I looked at port 8022 and there's some hard-coding in both knative and telepresence, neither is configurable, that may be the issue: telepresence/telepresence/connect/connect.py Lines 53 to 58 in 9d2096a
https://github.com/knative/serving/blob/d91b5d6cdd290075a0a911ee97a5238ea19fdecb/pkg/networking/constants.go#L29-L31 The second issue that I ran into was that a second healthy pod spun up immediately (with both my workload and the queue-proxy sidecar), but it did not have the |
@JCzz are you seeing issues with Istio or Knative? If you do, please elaborate. If not, please close this ticket again. |
It's definitely not usable with Knative. I'm using Telepresence2 so the commands are different from the examples in @lisamburns comment, but the experience is similar. I can't get |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Telepresence is so cool and it works perfect for normal k8s deployments - do you have any plans on supporting Istio / Knative?
The text was updated successfully, but these errors were encountered: