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
While investigating #569 I noticed a hang locally when running a sync port forward context manager. It seems to take a long time to exit the context manager.
# Create web server Pod
kubectl run webserver --image nginx --port 80
kubectl expose po webserver
Which project are you reporting a bug for?
kr8s
What happened?
While investigating #569 I noticed a hang locally when running a sync port forward context manager. It seems to take a long time to exit the context manager.
# Create web server Pod kubectl run webserver --image nginx --port 80 kubectl expose po webserver
# Clean up kubectl delete svc/webserver po/webserver
Anything else?
No response
The text was updated successfully, but these errors were encountered: