-
**What happened (please include outputs or screenshots)**:
Cannot list endpoint slices using the kubernetes python library in a cluster where one of the endpoint slices contains a null list of endp…
-
# Background
Currently, DLRover uses the official Kubernetes Python client to interact with the Kubernetes API Server. This part of implementations are quite important because it involves managing th…
-
**What happened (please include outputs or screenshots)**:
I would like to use kubernetes-client to exec into a pod container. This script is to run from within another pod, so I need to work with …
-
**What happened (please include outputs or screenshots)**:
Executing command in pod fails if _request_timeout is passed as tuple.
The exact error is
`Exception when calling CoreV1Api->connect_g…
-
**What happened (please include outputs or screenshots)**:
I want to remove a key from a secret. So I'm creating the patch data with a `None` value for this key. This key is not deleted (secret is un…
-
### Description
tests pass, but following error is reported:
### Urgency
Casually reporting
### Python-libjuju version
3.5.2.0
### Juju version
any
### Reproduce / Test
```python
# tox -e uni…
-
**Link to the issue (please include a link to the specific documentation or example)**:
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1RollingUpdateDeployment.md
https://g…
-
**What happened (please include outputs or screenshots)**:
from kubernetes import client, config
config.load_kube_config('token//xxxx.conf')
k8s_api = client.BatchV1beta1Api()
AttributeError: …
-
Latest Kubernetes python client version fixes CVE-2021-29923 ( https://quay.io/repository/openshift-scale/kraken/manifest/sha256:c570794ff1edd58251497fad8eecf9d3ec536707f977f07ac6774849edab30d5?tab=vu…
-
**Link to the issue (please include a link to the specific documentation or example)**:
Example where `client.ApiClient(configuration=config.load_kube_config())` is used:
https://github.com/kubernet…
tonur updated
1 month ago