@@ -31,32 +31,26 @@ state and over time move to full "production readiness".
3131Operator will supports versions supported on providers and maintained by Kubernetes.
3232Once version is not supported anymore it will go into "Deprecating" state and will be marked as deprecated on Minor release.
3333
34+ Kubernetes versions starting from 1.16 are supported and tested, charts and manifests can use API Versions which are not present in older versions.
35+
3436The following table has the general readiness state, the table below
3537covers individual newer features separately.
3638
37- | Platform | Kubernetes Version | ArangoDB Version | ArangoDB Operator Version | State | Remarks | Provider Remarks |
38- | ---------------------| --------------------| ------------------| ---------------------------| --------------------------| -----------------------| ------------------------------------|
39- | Google GKE | 1.14 | >= 3.3.13 | | Production (Deprecating) | Don't use micro nodes | |
40- | Google GKE | 1.15 | >= 3.3.13 | | Production (Deprecating) | Don't use micro nodes | |
41- | Google GKE | 1.16 | >= 3.3.13 | | Production | Don't use micro nodes | |
42- | Google GKE | 1.17 | >= 3.3.13 | | Production | Don't use micro nodes | |
43- | Azure AKS | 1.14 | >= 3.3.13 | | Production (Deprecating) | | |
44- | Azure AKS | 1.15 | >= 3.3.13 | | Production (Deprecating) | | |
45- | Azure AKS | 1.16 | >= 3.3.13 | | Production | | |
46- | Azure AKS | 1.17 | >= 3.3.13 | | Production | | |
47- | Amazon EKS | 1.14 | >= 3.3.13 | | Production (Deprecating) | | [ Amazon EKS] ( ./docs/providers/eks ) |
48- | Amazon EKS | 1.15 | >= 3.3.13 | | Production (Deprecating) | | [ Amazon EKS] ( ./docs/providers/eks ) |
49- | Amazon EKS | 1.16 | >= 3.3.13 | | Production | | [ Amazon EKS] ( ./docs/providers/eks ) |
50- | Amazon EKS | 1.17 | >= 3.3.13 | | Production | | [ Amazon EKS] ( ./docs/providers/eks ) |
51- | IBM Cloud | 1.14 | >= 3.4.6.1 | >= 0.3.11 | Production | | |
52- | OpenShift | 3.11 | >= 3.3.13 | | Production | | |
53- | OpenShift | 4.2 | >= 3.3.13 | | In Progress | | |
54- | BareMetal (kubeadm) | 1.14 | >= 3.3.13 | | Production (Deprecating) | | |
55- | BareMetal (kubeadm) | 1.15 | >= 3.3.13 | | Production (Deprecating) | | |
56- | BareMetal (kubeadm) | 1.16 | >= 3.3.13 | | Production | | |
57- | BareMetal (kubeadm) | 1.17 | >= 3.3.13 | | Production | | |
58- | Minikube | 1.14+ | >= 3.3.13 | | Devel Only | | |
59- | Other | 1.14+ | >= 3.3.13 | | Devel Only | | |
39+ | Platform | Kubernetes Version | ArangoDB Version | State | Remarks | Provider Remarks |
40+ | ---------------------| --------------------| ------------------| ------------| -----------------------| ------------------------------------|
41+ | Google GKE | 1.16 | >= 3.5.0 | Production | Don't use micro nodes | |
42+ | Google GKE | 1.17 | >= 3.5.0 | Production | Don't use micro nodes | |
43+ | Azure AKS | 1.16 | >= 3.5.0 | Production | | |
44+ | Azure AKS | 1.17 | >= 3.5.0 | Production | | |
45+ | Amazon EKS | 1.16 | >= 3.5.0 | Production | | [ Amazon EKS] ( ./docs/providers/eks ) |
46+ | Amazon EKS | 1.17 | >= 3.5.0 | Production | | [ Amazon EKS] ( ./docs/providers/eks ) |
47+ | IBM Cloud | 1.16 | >= 3.5.0 | Production | | |
48+ | OpenShift | 3.11 | >= 3.5.0 | Production | | |
49+ | OpenShift | 4.2 | >= 3.5.0 | Production | | |
50+ | BareMetal (kubeadm) | 1.16 | >= 3.5.0 | Production | | |
51+ | BareMetal (kubeadm) | 1.17 | >= 3.5.0 | Production | | |
52+ | Minikube | 1.14+ | >= 3.5.0 | Devel Only | | |
53+ | Other | 1.14+ | >= 3.5.0 | Devel Only | | |
6054
6155Feature-wise production readiness table:
6256
0 commit comments