mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
19b4323512
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.
Examples
List examples in our CLI with coder projects init.
Submit an issue if you encounter any issues!
Getting Started
Clone this repository to create a project from any example listed here:
git clone https://github.com/coder/coder
cd examples/aws-macos
coder projects create