Skip to content

Commit 9e5c167

Browse files
committed
Feature-wise production readiness.
1 parent 0712d96 commit 9e5c167

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ it is intended to be.
2323

2424
### Production readiness state
2525

26+
Beginning with Version 0.3.11 we maintain a production readiness
27+
state for individual new features, since we expect that new
28+
features will first be released with an "alpha" or "beta" readiness
29+
state and over time move to full "production readiness".
30+
31+
The following table has the general readiness state, the table below
32+
covers individual newer features separately.
33+
2634
| Platform | Kubernetes version | ArangoDB version | ArangoDB K8s Operator Version | State | Production ready | Remarks |
2735
|----------------------|--------------------|------------------|-------------------------------|-------|------------------|-----------------------|
2836
| Google GKE | 1.10 | >= 3.3.13 | | Runs | Yes | Don't use micro nodes |
@@ -43,12 +51,19 @@ it is intended to be.
4351
| Docker for Mac Edge | 1.10 | >= 3.3.13 | | Runs | Not intended | |
4452
| Scaleway Kubernetes | 1.10 | >= 3.3.13 | ? | No | | |
4553

46-
## WARNING
47-
48-
**WARNING**: There is a problem with rolling upgrades in version 0.3.8.
49-
**DO NOT USE 0.3.8 FOR ROLLING UPGRADES.** If you are still using 0.3.8,
50-
then upgrade to 0.3.9 of the operator first before running any rolling
51-
upgrade.
54+
Feature-wise production readiness table:
55+
56+
| Feature | ArangoDB K8s Operator Version | Production Readiness | Remarks |
57+
|------------------------------|---------------------------------------|---------------------------|-------------------|
58+
| Pod Disruption Budgets | 0.3.10 | new - alpha | |
59+
| | 0.3.11 | beta | |
60+
| Volume Resizing | 0.3.10 | new - beta | |
61+
| | 0.3.11 | beta | |
62+
| Disabling of liveness probes | 0.3.10 | new - beta | |
63+
| | 0.3.11 | production ready | |
64+
| Volume Claim Templates | 0.3.11 | new - alpha | |
65+
| Prometheus Metrics export | 0.3.11 | new - alpha | needs Prometheus |
66+
| User sidecar containers | 0.3.11 | new - alpha | |
5267

5368
## Installation of latest release using Kubectl
5469

0 commit comments

Comments
 (0)