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

This issue occurs because parse_rfc3339 in the Kubernetes Python client does not guard against re.search() returning None. When the input string is not a valid RFC3339 timestamp, calling .groups() on...

cncf-cla: no
size/S
do-not-merge/release-note-label-needed
needs-kind

## Summary Various valid deployment spec properties are seemingly wiped out when I load it into a `V1DeploymentSpec` object, make a small change, then re-serialize to a dict. ## Details...

kind/bug
help wanted

## Summary I am loading a `V1CustomResourceDefinition`, making a small modification to it, then re-serializing it, and I am seeing numerous unintended mutations / removals made to the resulting output...

kind/bug
help wanted

**Summary** Trying to contribute as a Windows developer to this repo turned up several significant issues: 1. Several folders (e.g., `kubernetes/config`, `kubernetes/watch`) are symlinks to `base/` subdirectories in the repo....

kind/bug
help wanted

**What happened (please include outputs or screenshots)**: I'm using `read_namespaced_pod_log`, setting `follow=True` and `_preload_content=False`: ``` response = client.read_namespaced_pod_log(follow=True, ...) for log in response.stream(): ... ``` We expect each line to...

kind/bug
help wanted

**What happened (please include outputs or screenshots)**: When the KubernetesPodOperator in airflow runs it outputs this log without breaking. `{kube_config.py:520} ERROR - 'NoneType' object has no attribute 'groups'` I have...

kind/bug
good first issue
help wanted