Tomasz Prus

Results 9 issues of Tomasz Prus

# What is this project? kubernetes_asyncio: https://github.com/tomplus/kubernetes_asyncio Python asynchronous client library for Kubernetes http://kubernetes.io/ # Why is it awesome? * based on the official synchronous Python client (https://github.com/kubernetes-client/python) * generated...

please-vote

Current implementation of web-socket doesn't support multichannel communication. Now it's impossible to "talk" to a pod like sending a command, reading output, send another command ... in the same connection.

enhancement
help wanted

The latest version of https://github.com/kubernetes-client/python supports Azure AKS integrated with Azure Active Directory (https://github.com/kubernetes-client/python-base/pull/77).

enhancement
help wanted

Hi all. In this PR I'd like to discuss possible solution for problems with selecting content-type when K8s' objects are patching. This problem is nicely documented in https://github.com/kubernetes-client/python/issues/866 and https://github.com/tomplus/kubernetes_asyncio/issues/68...

cncf-cla: yes
size/L
do-not-merge/hold
lifecycle/stale
do-not-merge/release-note-label-needed
needs-rebase

Hi guys. Do you consider providing this client library with support for asyncio ? Regards, Tomasz Prus (copy of https://github.com/kubernetes-client/python-base/issues/27)

lifecycle/frozen

I've tried to use the latest version of OpenAPI generator to generate the library. That version uses Pydantic2 to generate models. Unfortunately kubernetes library contains ~600 models/api and loading time...

Fixes issue #4 and also an error which I faced trying to start it locally. ``` /var/task/bootstrap: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /var/task/bootstrap) ``` *Description of changes:* I've...

Thanks for the library!

Is there any way to get assigned labels from a release/revison? I can pass labels to the install/upgrade command, I can use them as a selector but I don't see...

question/support
Stale