@@ -28,7 +28,7 @@ workspaces in your Coder deployment increase. Pay particular attention to
28
28
whether users have their workspaces configured to auto-start at the same time
29
29
each day, which produces spike loads on the ` coderd ` pods. To best prevent Out
30
30
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
32
32
33
33
> Increasing ` coderd ` CPU and memory resources requires sufficient Kubernetes
34
34
> 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
78
78
79
79
# ## Horizontal Pod Autoscaling
80
80
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/)
85
85
for the various API version implementations of HPA.
0 commit comments