You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the official python kubernetes client for which we have simple async wrappers.
Using an asyncio compatible client would have some benefits such as avoiding the stop/restart difficulties we have due to the use of asyncio.run_in_executor.
An interesting project I'm following is lightkube, but it is not ready yet.
In any case, we need to progress on tests (#3 and #4) before touching this one.
The text was updated successfully, but these errors were encountered:
This is a long term improvement.
We currently use the official python kubernetes client for which we have simple async wrappers.
Using an asyncio compatible client would have some benefits such as avoiding the stop/restart difficulties we have due to the use of asyncio.run_in_executor.
An interesting project I'm following is lightkube, but it is not ready yet.
In any case, we need to progress on tests (#3 and #4) before touching this one.
The text was updated successfully, but these errors were encountered: