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

**Link to the issue (please include a link to the specific documentation or example)**: https://kubernetes.readthedocs.io/en/latest/README.html#documentation **Description of the issue (please include outputs or screenshots if possible)**: The link leading to...

kind/bug
kind/documentation
lifecycle/rotten

**What happened (please include outputs or screenshots)**: I try to get events with a resource_version older than a specific version and that does not seem to work as expected. I...

kind/bug
lifecycle/stale

#### What type of PR is this? /kind feature #### What this PR does / why we need it: The channel protocols supported by k8s include: - channel.k8s.io - base64.channel.k8s.io...

kind/feature
cncf-cla: yes
size/L
lifecycle/rotten
release-note-none

async exec to pod exec command: stream( api_core.connect_get_namespaced_pod_exec, async_req=True, name=name, namespace=ns, command=exec_command, stderr=True, stdin=False, stdout=True, tty=False, container="jmeter-cluster", _preload_content=True) [2023-04-13 09:12:03,166] kubernetes.client.re [DEBUG ] response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Upgrade request required","reason":"BadRequest","code":400} [2023-04-13 09:12:03,174]...

kind/bug
lifecycle/rotten

**What happened (please include outputs or screenshots)**: Security scanners such as [Sonatype](https://ossindex.sonatype.org/component/pkg:pypi/[email protected]) suggest that : - >> It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker...

kind/bug
lifecycle/rotten

**Link to the issue (please include a link to the specific documentation or example)**: **Description of the issue (please include outputs or screenshots if possible)**: ![image](https://user-images.githubusercontent.com/88154146/231248021-39d19ba8-0b97-475b-8ff2-ac3bf41e851b.png)

kind/documentation
lifecycle/rotten

**What happened (please include outputs or screenshots)**: The watch stream method does not show past DELETED or MODIFIED events when the watch is restarted. If watch.Watch.stream() is running during the...

kind/bug
lifecycle/rotten

#### What type of PR is this? /kind documentation #### What this PR does / why we need it: update doc #### Which issue(s) this PR fixes: Fixes #2045 ####...

lgtm
cncf-cla: yes
size/XS
kind/documentation
approved
lifecycle/rotten
release-note-none
do-not-merge/invalid-commit-message

**What happened (please include outputs or screenshots)**: I have an Ansible playbook that is being used to make changes to a live Kubernetes cluster. I do not have Ansible installed...

kind/bug
lifecycle/rotten

This line is giving ssl_ca_cert the file path instead of the content of the file https://github.com/kubernetes-client/python/blame/36cfbe68a509d9b9d33395b22b6fa94d7d46c30f/kubernetes/base/config/incluster_config.py#L85C4-L85C4

help wanted