|
7 | 7 | <p align="center">Kubernetes Fury Distribution (KFD) is a certified battle-tested Kubernetes distribution based purely on upstream Kubernetes.</p>
|
8 | 8 | <!-- markdownlint-enable MD033 MD045 -->
|
9 | 9 |
|
10 |
| -[](http://ci.sighup.io/sighupio/fury-distribution) |
11 |
| -[](https://github.com/sighupio/fury-distribution/releases/latest) |
| 10 | +[](http://ci.sighup.io/sighupio/fury-distribution) |
| 11 | +[](https://github.com/sighupio/fury-distribution/releases/latest) |
12 | 12 | [](https://kubernetes.slack.com/archives/C0154HYTAQH)
|
13 | 13 | [](https://github.com/sighupio/fury-distribution/blob/main/LICENSE)
|
14 | 14 |
|
@@ -75,13 +75,13 @@ A KFD production grade cluster will be composed of 3 node pools:
|
75 | 75 | Some modules rely on persistent storage via PersistentVolumeClaims, by default (but configurable) the following capacity will be used:
|
76 | 76 |
|
77 | 77 | | Description | Size (GB) |
|
78 |
| -| ------------------------------------------ | --------- | |
79 |
| -| Prometheus (metrics storage) | 150 | |
80 |
| -| MinIO Monitoring (metrics storage, 20GBx6) | 120 | |
81 |
| -| MinIO Logging (logs storage, 20GBx6) | 120 | |
82 |
| -| OpenSearch (logs storage) | 30 | |
83 |
| -| MinIO Tracing (traces storage) | 120 | |
84 |
| -| **Total** | **540** | |
| 78 | +| ------------------------------------------ | --------: | |
| 79 | +| Prometheus (metrics storage) | 150 | |
| 80 | +| MinIO Monitoring (metrics storage, 20GBx6) | 120 | |
| 81 | +| MinIO Logging (logs storage, 20GBx6) | 120 | |
| 82 | +| OpenSearch (logs storage) | 30 | |
| 83 | +| MinIO Tracing (traces storage) | 120 | |
| 84 | +| **Total** | **540** | |
85 | 85 |
|
86 | 86 | ### Core Modules 📦
|
87 | 87 |
|
@@ -130,9 +130,14 @@ Current supported versions of KFD are:
|
130 | 130 |
|
131 | 131 | | KFD Version | Kubernetes Version |
|
132 | 132 | | :----------------------------------------------------------------------------: | :----------------: |
|
133 |
| -| [`1.30.0`](https://github.com/sighupio/fury-distribution/releases/tag/v1.30.0) | `1.30.x` | |
134 |
| -| [`1.29.5`](https://github.com/sighupio/fury-distribution/releases/tag/v1.29.5) | `1.29.x` | |
135 |
| -| [`1.28.5`](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.5) | `1.28.x` | |
| 133 | +| [`1.31.0`](https://github.com/sighupio/fury-distribution/releases/tag/v1.31.0) | `1.31.x` | |
| 134 | +| [`1.30.1`](https://github.com/sighupio/fury-distribution/releases/tag/v1.30.1) | `1.30.x` | |
| 135 | +| [`1.29.6`](https://github.com/sighupio/fury-distribution/releases/tag/v1.29.6) | `1.29.x` | |
| 136 | +| [`1.28.6`](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.6) | `1.28.x` | |
| 137 | + |
| 138 | +> [!NOTE] |
| 139 | +> Usually, KFD supports 3 versions simultaneously that are compatible with 3 different underlying Kubernetes versions. With KFD v1.31.0 the support for KFD v1.28.x will be extended for some time, effectively providing support for 4 versions (1.28, 1.29, 1.30 and 1.31). |
| 140 | +> See the [versioning](docs/VERSIONING.md) document for more details on KFD's version skew policy. |
136 | 141 |
|
137 | 142 | Check the [compatibility matrix][compatibility-matrix] for additional information about previous releases of the Distribution and the compatibility with `furyctl`.
|
138 | 143 |
|
|
0 commit comments