config.load_kube_config drops into random sh
shell instead of progressing
#2342
Labels
kind/bug
Categorizes issue or PR as related to a bug.
What happened (please include outputs or screenshots):
Hello! I'm seeing a regression in the latest verion where when I try to
config.load_kube_config(context="cluster_id")
, instead of proceeding with the command, it drops me into a randomsh
shell. When I try the same thing on30.1.0
it works flawlessly. I've tried multiple contextsWhat you expected to happen:
Load kubeconfig and allow proceeding to next command
How to reproduce it (as minimally and precisely as possible):
Go into python REPL
perform the two commands from the ss above.
Anything else we need to know?:
Replicated by three people independently
Environment:
kubectl version
):OS (e.g., MacOS 10.13.6):
Mac OS 14.7.3
Python version (
python --version
)Python 3.8.18
Python client version (
pip list | grep kubernetes
)v32.0.0
The text was updated successfully, but these errors were encountered: