Skip to content

Commit

Permalink
Merge pull request #1883 from tnozicka/supported-platforms-1.11
Browse files Browse the repository at this point in the history
[v1.11] Clarify supported platform in our docs
  • Loading branch information
scylla-operator-bot[bot] authored Apr 4, 2024
2 parents f3b17ec + 22552cb commit 8bedb12
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 8bedb12

Please sign in to comment.