Watch support in mock server #7340
Unanswered
thecrazzymouse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to a mocked Kubernetes server from kubectl.
This works flawlessly when creating listing resources, however if I would like to watch a resource it fails.
I have patched the
public class Http1xServerConnection extends Http1xConnectionBase implements HttpServerConnection {
now the connection goes through, but the messages never appear.
My guess is that Kubernetes is not a standard web socket solution, so
here the messages would need to be encoded somehow.
So what needs to be done so what kubectl will also able to watch?
Beta Was this translation helpful? Give feedback.
All reactions