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
I had searched in the DSIP and found no similar DSIP.
Motivation
The optimization primarily focuses on Kubernetes task types, improving the linkage for task submission, log retrieval, and status monitoring. It enhances the original connection creation and destruction mechanism by introducing a connection pool for the Kubernetes cluster, where each worker instance maintains its own set of Kubernetes connections.
Design Detail
The current connection between Kubernetes tasks and the Kubernetes cluster may reduce the interaction efficiency between the tasks and the cluster when the task concurrency is high, and could even lead to task submission or status retrieval failures.
Compatibility, Deprecation, and Migration Plan
The optimization primarily focuses on Kubernetes task types, improving the linkage for task submission, log retrieval, and status monitoring.
Test Plan
It enhances the original connection creation and destruction mechanism by introducing a connection pool for the Kubernetes cluster, where each worker instance maintains its own set of Kubernetes connections.
Search before asking
Motivation
The optimization primarily focuses on Kubernetes task types, improving the linkage for task submission, log retrieval, and status monitoring. It enhances the original connection creation and destruction mechanism by introducing a connection pool for the Kubernetes cluster, where each worker instance maintains its own set of Kubernetes connections.
Design Detail
The current connection between Kubernetes tasks and the Kubernetes cluster may reduce the interaction efficiency between the tasks and the cluster when the task concurrency is high, and could even lead to task submission or status retrieval failures.
Compatibility, Deprecation, and Migration Plan
The optimization primarily focuses on Kubernetes task types, improving the linkage for task submission, log retrieval, and status monitoring.
Test Plan
It enhances the original connection creation and destruction mechanism by introducing a connection pool for the Kubernetes cluster, where each worker instance maintains its own set of Kubernetes connections.
Code of Conduct
The text was updated successfully, but these errors were encountered: