python
python copied to clipboard
Official Python client library for kubernetes
**What is the feature and why do you need it**: Ability to provide proxy SSL context when creating Configurtion object. This would be useful in order to configure the TLS...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: populate `ExecCredentialSpec.Cluster.config` from the client.authentication.k8s.io/exec extension #### Which issue(s) this PR...
## What type of PR is this? /kind feature /kind optimization ## What this PR does / why we need it This PR adds an option to disable automatic deserialization...
When using list_namespaced_pod() or list_pod_for_all_namespaces() from the Python Kubernetes client, pods that are in the process of being deleted (showing "Terminating" status in kubectl) continue to report their status as...
**What happened (please include outputs or screenshots)**: The following code fails with a resource not found error. ```python kubernetes.config.load_kube_config() with kubernetes.client.ApiClient() as client: v1 = kubernetes.dynamic.DynamicClient(client) rsrc = v1.resources.get(kind='service') ```...
# Make Resource Lookup Case-Insensitive to Match Kubernetes API Behavior ## What type of PR is this? /kind feature /kind bug ## What this PR does / why we need...
What type of PR is this? /kind feature What this PR does / why we need it: This PR improves the Nginx deployment by: Increasing replicas from 3 to 5...
# Regression in ExecProvider for AWS EKS Token Retrieval ## Summary After commit [2dfa782](https://github.com/kubernetes-client/python/commit/2dfa782fb9bc575e2eef25b19b90a8284b491e03#r152709620), our AWS EKS token retrieval command fails when running in a Docker container using Python 3.11....
Recent change to auth'ing with ExecProvider broke my ability to auth. This is what my k8's config looks like: ``` ... - name: user: exec: apiVersion: client.authentication.k8s.io/v1beta1 args: - --region...
see https://github.com/kubernetes-client/python/issues/2136 #### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #2136 ####...