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 type of PR is this? /kind bug /kind cleanup ## What this PR does / why we need it This PR fixes multiple Windows-specific issues in the Kubernetes...

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

- Add _health_check_interval parameter to watch.stream() - Detect and recover from silent connection drops during control plane upgrades - Preserve backward compatibility (disabled by default) - Add comprehensive tests for...

cncf-cla: no
size/M
do-not-merge/release-note-label-needed
needs-kind
do-not-merge/invalid-commit-message

**What is the feature and why do you need it**: I’m running Authentik with Istio, and I’ve configured Istio to block all outbound traffic from Authentik except explicitly allowed destinations....

kind/feature

**What happened (please include outputs or screenshots)**: I created a Pydantic converter/adapter for the generated client models and used the `openapi_types` dict to infer the fields types (I wanted to...

kind/bug

**What happened (please include outputs or screenshots)**: When I run a watch on k8s jobs (probably applies to other objects) and k8s control plane gets upgraded in the meantime, the...

kind/bug
help wanted

## Summary - Adds support for modern `dict[str, str]` syntax in `ApiClient.__deserialize()` - Maintains backward compatibility with existing `dict(str, str)` syntax - Enables Pydantic adapter compatibility for `openapi_types` ## Changes...

cncf-cla: yes
size/M
do-not-merge/release-note-label-needed
needs-kind
do-not-merge/invalid-commit-message

### What type of PR is this? /kind bug /kind cleanup /kind documentation --- ### What this PR does / why we need it This PR fixes multiple Windows-specific issues...

kind/bug
cncf-cla: yes
size/XXL
lifecycle/stale
kind/documentation
kind/cleanup
release-note-none

**Link to the issue (please include a link to the specific documentation or example)**: https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1PodFailurePolicyOnPodConditionsPattern.md **Description of the issue (please include outputs or screenshots if possible)**: The documentation states that...

lifecycle/stale
kind/documentation

#### What type of PR is this? /kind bug #### What this PR does / why we need it: Currently, `self.no_proxy` is explicitly reset to `None` after being populated from...

kind/bug
cncf-cla: yes
size/XS
release-note-none

**What happened (please include outputs or screenshots)**: Upgrading libraries in one of my images. Last image was built 4 days ago, works fine. We were running kubernetes 33.1.0. Today's image...

kind/bug