You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
Trying to port forward a ACI Pod that exposes a port using kubectl produces:
error: error upgrading connection: unable to upgrade connection: 404 request not found
Steps To Reproduce
kubectl port-forward 7701:7700
Expected behavior
Ideally that it works. Alternatively a better error message and StatusCode (e.g. 501) as well as updated documentation.
Virtual-kubelet version
1.4.5
Kubernetes version
1.23.8
Additional context
Using -v=10 with kubectl yields
round_trippers.go:553] POST https://.azmk8s.io:443/api/v1/namespaces//pods//portforward 404 Not Found
The text was updated successfully, but these errors were encountered:
Describe the Issue
Trying to port forward a ACI Pod that exposes a port using kubectl produces:
error: error upgrading connection: unable to upgrade connection: 404 request not found
Steps To Reproduce
kubectl port-forward 7701:7700
Expected behavior
Ideally that it works. Alternatively a better error message and StatusCode (e.g. 501) as well as updated documentation.
Virtual-kubelet version
1.4.5
Kubernetes version
1.23.8
Additional context
Using -v=10 with kubectl yields
round_trippers.go:553] POST https://.azmk8s.io:443/api/v1/namespaces//pods//portforward 404 Not Found
The text was updated successfully, but these errors were encountered: