Skip to content

Commit

Permalink
Clarify supported platform in our docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Apr 4, 2024
1 parent f3b17ec commit 22552cb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/source/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,29 @@ Support matrix table shows the version requirements for a particular **scylla-op
| Scylla Enterprise | `>=2021.1` | `>=2021.1` | `>=2021.1` | `>=2021.1` | `>=2021.1` | `>=2021.1` | `>=2021.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` |
| Scylla Manager | `>=2.6` | `>=2.6` | `>=2.6` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` |
| Scylla Monitoring | `>=4.0` | `>=4.0` | `>=4.0` | `>=3.0` | `>=3.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` |

### Supported Kubernetes platforms

We officially test and recommend to use the following platforms:

:::{table}
| Platform | OS Image |
|:-----------------|:-------------|
| GKE | Ubuntu |
| EKS | Amazon Linux |
:::

While our APIs generally work on any Kubernetes conformant cluster,
performance tuning and other pieces that need to interact with the host OS, kubelet, CRI, kernel, etc. might hit some incompatibilities.


:::{warning}
The following platforms are known **not to work correctly** at this time.

:::{table}
| Platform | OS Image | Details |
|:-----------------|:-------------| :------ |
| GKE | Container OS | |
| EKS | Bottlerocket | Suspected kernel/cgroups issue that breaks available memory detection for ScyllaDB |
:::
:::

0 comments on commit 22552cb

Please sign in to comment.