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
For the moment, in mlbench/refimpls/utils/log.py subprocesses are used to post information asynchronously. This is however need to be improved using native Kubernetes modules.
A possible solution is connect_post_namespaced_service_proxy in CoreV1API. But it is not optimal as it does not accept body argument.
For the moment, in
mlbench/refimpls/utils/log.pysubprocesses are used to post information asynchronously. This is however need to be improved using native Kubernetes modules.A possible solution is
connect_post_namespaced_service_proxyin CoreV1API. But it is not optimal as it does not accept body argument.