Skip to content

chore: minor tweaks of spelling, no content changes #1089

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/setup/resource-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions setup/scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workspaces in your Coder deployment increase. Pay particular attention to
whether users have their workspaces configured to auto-start at the same time
each day, which produces spike loads on the `coderd` pods. To best prevent Out
of Memory conditions aka OOM Kills, configure the memory requests and limits to
be the same megabytes (Mi) values. e.g., 8000Mi
be the same Gi values. e.g., 8Gi

> Increasing `coderd` CPU and memory resources requires sufficient Kubernetes
> node machine types to accomodate `coderd`, Coder workspaces and additional
Expand Down Expand Up @@ -78,8 +78,8 @@ Coder load balances user and workspace requests across the `coderd` replicas ens

### Horizontal Pod Autoscaling

Horizontal Pod Autoscaling (HPA) is another Kubernetes techique to automatically
add, and remove, additional `coderd` pods when the existing pods exceed
sustained CPU and memory thresholds. Consult [Kubernetes HPA
documention](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
Horizontal Pod Autoscaling (HPA) is another Kubernetes technique to
automatically add, and remove, additional `coderd` pods when the existing pods
exceed sustained CPU and memory thresholds. Consult [Kubernetes HPA
documentation](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
for the various API version implementations of HPA.