- Notifications
You must be signed in to change notification settings - Fork928
feat: Allow workspace resources to attach multiple agents#942
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedApr 9, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #942 +/- ##==========================================- Coverage 65.78% 65.68% -0.10%========================================== Files 226 228 +2 Lines 13991 14178 +187 Branches 105 105 ==========================================+ Hits 9204 9313 +109- Misses 3848 3909 +61- Partials 939 956 +17
Continue to review full report at Codecov.
|
e8258ea
to0682aa6
CompareThis enables a "kubernetes_pod" to attach multiple agents thatcould be for multiple services. Each agent is required to havea unique name, so SSH syntax is:`coder ssh <workspace>.<agent>`A resource can have zero agents too, they aren't required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
not the most robust review given the size but everything seem good to me
This enables a "kubernetes_pod" to attach multiple agents that
could be for multiple services. Each agent is required to have
a unique name, so SSH syntax is:
coder ssh <workspace>.<agent>
A resource can have zero agents too, they aren't required.