Skip to content

Commit a1891c3

Browse files
authored
[Update] Deprecate K8S < 1.16 (#637)
1 parent 4963735 commit a1891c3

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
44
- Change NumberOfCores and MemoryOverride flags to be set to true by default
55
- Enable by default and promote to Production Ready - JWT Rotation Feature, TLS Rotation Feature
6+
- Deprecate K8S < 1.16
7+
- Fix Upgrade procedure to safely evict pods during upgrade
68

79
## [1.0.8](https://github.com/arangodb/kube-arangodb/tree/1.0.8) (2020-09-10)
810
- Fix Volume rotation on AKS

README.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,26 @@ state and over time move to full "production readiness".
3131
Operator will supports versions supported on providers and maintained by Kubernetes.
3232
Once 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+
3436
The following table has the general readiness state, the table below
3537
covers 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

6155
Feature-wise production readiness table:
6256

0 commit comments

Comments
 (0)