-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Refactor the cloudStream to pass-through the request instead of parsing the web path #2756
Comments
|
could you please assign this to me @fisherxu |
|
/assign Let me try. |
|
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
|
Latest status: not work with this but might be free to try in the next month. So keep it unstale. |
|
/assign |
|
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
|
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗 |
What would you like to be added/modified:
Edgestream is used to handle the request from apiserver, then forward the request to edged through tunnel. Now in edgestream, we parse the url path as here: https://github.com/kubeedge/kubeedge/blob/master/cloud/pkg/cloudstream/streamserver.go#L52
We need to find a way to pass-through the request, through the hijack stuff, instead of parsing the web path manually.
The text was updated successfully, but these errors were encountered: