python icon indicating copy to clipboard operation
python copied to clipboard

Official Python client library for kubernetes

Results 346 python issues
Sort by recently updated
recently updated
newest added

**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...

kind/feature
help wanted

#### 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...

kind/bug
cncf-cla: yes
size/M
release-note

## 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...

kind/feature
cncf-cla: yes
size/M
release-note

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...

kind/bug

**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') ```...

kind/bug

# 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...

kind/bug
kind/feature
cncf-cla: yes
size/L
release-note

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...

kind/feature
cncf-cla: yes
size/M
lifecycle/stale
do-not-merge/release-note-label-needed

# 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....

kind/bug
lifecycle/stale

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...

kind/bug
lifecycle/rotten

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 ####...

kind/bug
cncf-cla: no
size/XS
release-note
lifecycle/rotten