-
Notifications
You must be signed in to change notification settings - Fork 211
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
[kwok] Simulate the services provided by Kubelet #162
Comments
/triage accepted |
@wzshiming: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
/assign |
Hey @wzshiming, I would really like to contribute. Can I take one of them and which one would you suggest if you agree |
Of course, you can choose whatever you want, currently only If you encounter any difficulties in the implementation or have any problems with the API definition, please feel free to discuss with me. Thank you for taking on this work. |
It is my pleasure! I'd love to start contributing to this amazing project! Thank you for including me. I'll start right away |
What would you like to be added?
Simulate the services provided by Kubelet for
logs
,exec
,attach
,port-forward
.exec
#236 [kwok] Provided service for exec #430 Fix exec with tty #446port-forward
#216 add port-forward logic with PortForward and ClusterPortForward type #233logs
#217 [kwok] Provided service for logs #417attach
#237Why is this needed?
#159
The text was updated successfully, but these errors were encountered: