From 0eb3396f67991bade0d135d8ca89ec6f4c86c3c4 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Tue, 12 Aug 2025 22:41:50 -0500 Subject: [PATCH] Make product availability more clear The checks and exes that was there before was unclear. This is more obvious at a glance. --- content/docs/overview/regions.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/overview/regions.md b/content/docs/overview/regions.md index a321e9f..2886ba9 100644 --- a/content/docs/overview/regions.md +++ b/content/docs/overview/regions.md @@ -41,12 +41,12 @@ You can also pass a `--region ` parameter to any CLI command to execute it | Products | LON1 | LON2 | FRA1 | NYC1 | PHX1 | MUM1 | |:-----------------|:----:|:----:|:----:|:----:|:----:|:----:| -| CPU Kubernetes | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| CPU Compute | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Object Stores | ✓ | ✗ | ✓ | ✓ | ✗ | ✓ | -| Volumes | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Machine Learning | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Databases | ✓ | ✗ | ✓ | ✓ | ✓ | ✓ | -| GPU Kubernetes | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ | -| GPU Compute | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ | +| CPU Kubernetes | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | +| CPU Compute | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | +| Object Stores | 🟢 | 🔴 | 🟢 | 🟢 | 🔴 | 🟢 | +| Volumes | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | +| Machine Learning | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | +| Databases | 🟢 | 🔴 | 🟢 | 🟢 | 🟢 | 🟢 | +| GPU Kubernetes | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 | 🔴 | +| GPU Compute | 🟢 | 🟢 | 🔴 | 🔴 | 🔴 | 🔴 |