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
Currently, we do not build ADP on Windows. As part of doing so, we'll have to consider how to actually use ADP on Windows with the Agent, which means running ADP like any other subagent.
From some internal chats, it seems like this hinges on two main bits of work:
creating/install a Windows service for ADP
updating the Core Agent to actually trigger the service start/stop for the ADP service when ADP is enabled
We should investigate further to understand the scope of these items, and if there are any other chunks of work we'll need to do in order to support running ADP on Windows, as the potential of requiring Agent changes means the iteration time of fixing bugs with adding said support becomes much, much higher than just updating the s6 files we bundle in the Linux container image, etc.
The text was updated successfully, but these errors were encountered:
Random note: on Windows, we pass a -foreground flag to subagents when running them in Kubernetes (here).. so we should investigate what that flag is actually doing and if that's a specific bit of functionality we need to add to ADP.
Currently, we do not build ADP on Windows. As part of doing so, we'll have to consider how to actually use ADP on Windows with the Agent, which means running ADP like any other subagent.
From some internal chats, it seems like this hinges on two main bits of work:
We should investigate further to understand the scope of these items, and if there are any other chunks of work we'll need to do in order to support running ADP on Windows, as the potential of requiring Agent changes means the iteration time of fixing bugs with adding said support becomes much, much higher than just updating the s6 files we bundle in the Linux container image, etc.
The text was updated successfully, but these errors were encountered: