API Edit Lost Connection on Kubernetes
See original GitHub issueHello, I am having similar difficulties to the issue explained in #813 when trying to run on Kubernetes exposing the WS via Ingress.
WebSocket connection to 'ws://apicurio-ws.192.168.1.5.nip.io/ws/designs/2?uuid=68064b1e-f839-4973-b65e-89660d4a07d9&user=admin&secret=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJxRV9
COWQ4NFZS' failed: Error during WebSocket handshake: Unexpected response code: 404
I am using the kubernetes manifest files in the distro/kubernetes. I am only changing the host for every service.
Issue Analytics
- State:
- Created 3 years ago
- Comments:29 (29 by maintainers)
Top Results From Across the Web
kube-proxy Subtleties: Debugging an Intermittent Connection ...
We received a user report claiming they were getting connection resets while using a Kubernetes service of type ClusterIP to serve large files ......
Read more >Update API Objects in Place Using kubectl patch - Kubernetes
Use kubectl patch to update Kubernetes API objects in place. ... All of the missing fields will be cleared when patching.
Read more >Troubleshooting Clusters | Kubernetes
kubectl cluster-info dump ... unable to stop, update, or start new pods, services, ... API server backing storage lost. Results.
Read more >Kubernetes API Concepts
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, ...
Read more >Access Clusters Using the Kubernetes API
Without kubectl proxy · # Check all possible clusters, as your .KUBECONFIG may have multiple contexts: · jsonpath · # Select name of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great news! I assume we need a separate PR for these changes? What do you think @t-rap and @jsenko ?
I will give it a try @t-rap 👍