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, envbuilder consumes CODER_AGENT_URL, CODER_AGENT_TOKEN, and CODER_AGENT_SUBSYSTEM environment variables to enable sending workspace build logs to Coder.
For Kubernetes, this can instead be handled by coder/coder-logstream-kube.
Investigate an alternative approach for envbuilder usage outside of Kubernetes (e.g. Docker).
This is also kind important because envbuilder currently references on agentsdk.ExternalLogSourceID which is marked for use by 'legacy API consumers'.
The text was updated successfully, but these errors were encountered:
johnstcn
changed the title
remove tight coupling with coder/coder
enhancement: replace agentsdk.LogSender direct integration with external log sender
May 16, 2024
Currently, envbuilder consumes
CODER_AGENT_URL
,CODER_AGENT_TOKEN
, andCODER_AGENT_SUBSYSTEM
environment variables to enable sending workspace build logs to Coder.For Kubernetes, this can instead be handled by
coder/coder-logstream-kube
.Investigate an alternative approach for envbuilder usage outside of Kubernetes (e.g. Docker).
This is also kind important because envbuilder currently references on
agentsdk.ExternalLogSourceID
which is marked for use by 'legacy API consumers'.The text was updated successfully, but these errors were encountered: