Skip to content

Commit beaaf9b

Browse files
authored
chore: minor tweaks of spelling, no content changes (#1089)
1 parent a027f6c commit beaaf9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/setup/resource-request.png

-923 Bytes
Loading

setup/scaling.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ workspaces in your Coder deployment increase. Pay particular attention to
2828
whether users have their workspaces configured to auto-start at the same time
2929
each day, which produces spike loads on the `coderd` pods. To best prevent Out
3030
of Memory conditions aka OOM Kills, configure the memory requests and limits to
31-
be the same megabytes (Mi) values. e.g., 8000Mi
31+
be the same Gi values. e.g., 8Gi
3232

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

7979
### Horizontal Pod Autoscaling
8080

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

0 commit comments

Comments
 (0)