headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.17k stars 152 forks source link

Backend: Use kubectl proxy package #1166

Open yolossn opened 1 year ago

yolossn commented 1 year ago

This issue is for documentation of the efforts that was part of https://github.com/headlamp-k8s/headlamp/pull/1152 to use the proxy package in kubectl. At present the kubectl proxy doesn't properly support feature like attach, exec via websocket https://github.com/kubernetes/kubernetes/issues/89163. Once the issue is solved in the upstream then headlamp can shift to using the proxy package from kubectl

illume commented 4 months ago

@yolossn is this issue still valid? Looks like the issue is fixed upstream now.

yolossn commented 4 months ago

Yes it is valid, thanks for bringing the upstream change to my attention. Ill take a look.