coder / docs

Markdown content for Coder v1 Docs.

Home Page:https://coder.com/docs

Repository from Github https://github.comcoder/docsRepository from Github https://github.comcoder/docs

[Query] Clarification on specs

brootware opened this issue · comments

https://github.com/cdr/docs/blob/022e07279f87e03b3edcca1fe1ac1e4483d65509/setup/requirements.md

Hi folks, just a clarification on the recommended infrastructure requirements. Here it is stated that

For Development using VS Code with an SSH connection to Coder: 1 CPU core and 1 GB of RAM per developer. From the context it seems like it's a virtual machine specification. Can this be translated to a pod resource that needs to be defined as below in pod definition?

resources:
  requests:
    cpu: "1000m"
    memory: "1Gi"

These resources are actually set in the user interface when a user is creating a workspace. We use the classic terminology rather than kubernetes specific terminology to make it more accessible.

It seems like a good way to clarify would be to include a screenshot of the interface to make the connection rather than hoping readers can imagine the UI.

@mterhar , yes that would be a great improvement to the section of the doc.