[Discussion] Whether to remove init_image parameter in Python client module #1072
Closed
1 of 2 tasks
Labels
enhancement
New feature or request
Search before asking
Description
The parameter
init_image
in the function build_worker() is originally used to set the image in init container in worker group spec. However, after #973, the init container is no longer needed for worker group spec, and the code snippet relevant to init container in Python-client are removed in #1006. Hence, theinit_image
became a redundant parameter.On the other hand, because
build_worker()
is a user-facing, removinginit_image
will break backward compatibility.Hence, I am wondering whether it is a good idea to remove
init_image
frombuild_worker()
.Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: