-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework agents installation #3971
Comments
I suggest next todo list which can be source of tasks for this epic:
etc. It should be possible to create new agent that can reuse these components. |
how is the process of the authentication? |
The problems:
Solution:
Make small (as small as possible, Golang app) agent-installer which will be injected first all the time when machine requires Agents. I.e. any time when workspace -> environment -> machine section contains one or more agent entry. Responsibilities of agent-installer:
-- check if bash scripts process completed (installation only usecase) if no server launching supposed (agent knows that)
-- check if server(s) launched (installation and launching usecase)
@garagatyi @tolusha let's make a plan to replace old mechanism as discussed.
The text was updated successfully, but these errors were encountered: