haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Support exec/attach calls

Open mbohlool opened this issue 7 years ago • 10 comments

Exec and Attach class are non-standard calls that kubernetes API server uses to connect to a port of a pod/container or execute a command on them. It uses SPDY or WebSockets. Normal calls to these endpoints will result in an upgrade request from API server. We need to support WebSocket for this client (for those endpoints). This is python implementation of the same feature.

mbohlool avatar Dec 21 '17 21:12 mbohlool

@mbohlool I would like to pick up this task. I need some help in getting my dev env setup. Is there a document that i can use as a guide, that would be quite helpful. As far as implementation, I was planning to initially implement a client on ws:/// and then add security? Will this work. Are there any issues that i need to be aware of. This is my first intro kubernetes so I may need some help in getting oriented with the ecosystem. Thanks.

dservgun avatar Apr 28 '18 18:04 dservgun

The dev setup should be as simple as your haskell dev env + minikube. For a reference implementation look at the stream class in python client at kubernetes-client/python-base.

mbohlool avatar Apr 29 '18 04:04 mbohlool

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Apr 23 '19 21:04 fejta-bot

/remove-lifecycle stale

guoshimin avatar Apr 30 '19 05:04 guoshimin

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Jul 29 '19 06:07 fejta-bot

/remove-lifecycle stale

akshaymankar avatar Jul 29 '19 09:07 akshaymankar

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Oct 27 '19 09:10 fejta-bot

/remove-lifecycle stale

akshaymankar avatar Oct 27 '19 21:10 akshaymankar

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Jan 25 '20 21:01 fejta-bot

/remove-lifecycle stale /lifecycle frozen

akshaymankar avatar Jan 26 '20 18:01 akshaymankar