maclof / kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster (https://github.com/kubernetes/kubernetes)
MIT License
231 stars 82 forks source link

Pod exec in 0.26.0 #117

Open patriceckhart opened 2 years ago

patriceckhart commented 2 years ago

When I run a pod exec I get:

string "kind" (4) => string "Status" (6) string "apiVersion" (10) => string "v1" (2) string "metadata" (8) => array(empty) string "status" (6) => string "Failure" (7) string "message" (7) => string "Upgrade request required" (24) string "reason" (6) => string "BadRequest" (10) string "code" (4) => integer 400