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 happened (please include outputs or screenshots)**: I am trying to generate a deployment for Seldon Core through the CLI using the AppsV1Api.create_namespaced_deployment and I get the following error: >...

kind/bug

When using load_config() and "kube_config_path" in kwargs: https://github.com/kubernetes-client/python/blob/16935036252be0fdf164f8ce624bd71eb8d35e89/kubernetes/base/config/__init__.py#L24 load_config(kube_config_path="/") Received this error: load_kube_config() got an unexpected key word argument 'kube_config_path'. because: ![image](https://user-images.githubusercontent.com/15773461/191698473-6a3e5563-a3f0-49db-982e-92b1ae597fba.png) ![image](https://user-images.githubusercontent.com/15773461/191698578-6c35a9fa-109d-40a8-acda-87debc9bb24d.png)

kind/bug

Hi, i want to use python library client.create_namespaced_deployment_rollback, but my kubernetes version v1.23.0 this attribute not found i know this attribute before in client.ExtensionsV1beta1Api() now wehere is the create_namespaced_deployment_rollback in...

kind/documentation

I am trying to deploy Kong route with ingress with rate limit. I am able to deploy Kong route using V1Ingress, but I didn't find any information on create and...

kind/support

**[Documentation: V1ResourceRequirements](https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ResourceRequirements.md)** **Hi, I need to get the Requests/Limits of Deployment and format them. The v1ResourceRequirements documentation does not mention how to do it.**

kind/documentation

Hi, I want to using python library to get "top" info of pod, but I cannot find any example or document, does the library support it?

#### What type of PR is this? #### What this PR does / why we need it: This PR switches to using python-experimental generator and openapi-generator v6.1.0 Please do not...

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
needs-kind

**What happened (please include outputs or screenshots)**: Tried to connect to my cluster with a utility that uses your library. As far as I can tell, the utility's code is...

kind/bug

**What is the feature and why do you need it**: I would like to use the a function in `kubernetes-client` that is equivalent to: ``` $ kubectl wait --for=condition=complete job/foo...

kind/feature
lifecycle/rotten

**What happened (please include outputs or screenshots)**: In Airflow KubernetesPodOperator, host_process of V1WindowsSecurityContextOptions is not reflected. **What you expected to happen**: I want host_process to be reflected from none to...

kind/support