
You can now dynamically scale the number of nodes in your Kubernetes clusters directly from the dashboard, without recreating the cluster.
From the Nodes page of any ready cluster, click Scale... to open the scaling modal. You can adjust:
The modal displays per-node pricing and your total hourly cost as you adjust the counts, so you can see the impact before confirming. Control plane and worker scaling requests run in parallel for faster execution.
For clusters created without workers, select a worker plan from the dropdown before adding your first worker nodes. Once set, subsequent scaling operations use that plan automatically.
Want capacity in one of the new regions? → Contact

You can now upgrade Kubernetes cluster versions directly from the Latitude.sh dashboard. When a newer Rancher RKE2 version is available, the dashboard displays an upgrade indicator and lets you start the upgrade in a few clicks.
Upgrades can be triggered from two locations:
Before upgrading:
Once confirmed, the upgrade starts immediately.
We have applied a security mitigation for CVE-2026-31431 (CopyFail vulnerability) across all supported server images. The following operating systems now include this fix:
The mitigation blacklists the affected kernel modules at boot and prevents them from loading. No customer action is required. Newly deployed servers automatically include this protection.
For servers deployed before this update, you can manually apply the mitigation by disabling the algif_aead kernel module. We recommend this workaround for all Linux distributions.
Run the following commands as root:
12echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.confrmmod algif_aead 2>/dev/null || true
This works on all major distributions:
The first command prevents the module from loading on future boots. The second unloads it immediately if it's currently loaded.

Rocky Linux 10, codename Red Quartz, is now available for all bare metal instances across all regions.