ExecProvider broken for Nebius federated identity #2339
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
We're running a kubernetes cluster on Nebius and I'm using the Nebius CLI tool with a federated identity. However it seems like the ExecProvider of the Python kubernetes client is not working with this setup.
I've setup a kubeconfig file using nebius using:
Which resulted in a kubeconfig that looks like:
Note the
exec
provider section to get a key from nebius which works on it's own:And
kubectl
works:What happened (please include outputs or screenshots):
However the following fails:
With error
ERROR:root:exec: failed to decode process output: Expecting value: line 1 column 1 (char 0)
and full output:And this traceback (click to expand).
Environment:
The text was updated successfully, but these errors were encountered: