python
python copied to clipboard
Official Python client library for kubernetes
**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: >...
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:  
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...
I am trying to deploy kong rate limit plugin. Is there any documents explain which class to use to ?
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...
**[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.**
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...
**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...
**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...
**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...