|
12 | 12 |
|
13 | 13 | </div>
|
14 | 14 |
|
15 |
| -Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes. |
16 |
| -Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only. |
17 |
| -It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). |
18 |
| -Druid Operator is available on [operatorhub.io](https://operatorhub.io/operator/druid-operator) |
19 |
| -Refer to [Documentation](./docs/README.md) for getting started. |
20 |
| -Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L) |
| 15 | +- Druid Operator provisions and manages [Apache Druid](https://druid.apache.org/) cluster on kubernetes. |
| 16 | +- Druid Operator is designed to provision and manage [Apache Druid](https://druid.apache.org/) in distributed mode only. |
| 17 | +- It is built in Golang using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder). |
| 18 | +- Refer to [Documentation](./docs/README.md) for getting started. |
| 19 | +- Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.slack.com/archives/C04F4M6HT2L) |
21 | 20 |
|
22 | 21 | ### Newsletter - Monthly updates on running druid on kubernetes.
|
23 | 22 | - [Apache Druid on Kubernetes](https://druidonk8s.substack.com/)
|
@@ -47,6 +46,16 @@ Feel free to join Kubernetes slack and join [druid-operator](https://kubernetes.
|
47 | 46 | - The operator has moved from HPA apiVersion autoscaling/v2beta1 to autoscaling/v2 API users will need to update there HPA Specs according v2 api in order to work with the latest druid-operator release.
|
48 | 47 | - druid-operator has moved Ingress apiVersion networking/v1beta1 to networking/v1. Users will need to update there Ingress Spec in the druid CR according networking/v1 syntax. In case users are using schema validated CRD, the CRD will also be needed to be updated.
|
49 | 48 | - The v1.0.0 release for druid-operator is compatible with k8s version 1.25. HPA API is kept to version v2beta2.
|
| 49 | +- Release v1.2.2 had a bug for namespace scoped operator deployments, this is fixed in 1.2.3. |
| 50 | + |
| 51 | +### Kubernetes version compatibility |
| 52 | + |
| 53 | +| druid-operator | 0.0.9 | v1.0.0 | v1.1.0 | v1.2.2 | v1.2.3 | |
| 54 | +| :------------- | :-------------: | :-----: | :---: | :---: | :---: | |
| 55 | +| kubernetes <= 1.20 | :x:| :x: | :x: | :x: | :x: | |
| 56 | +| kubernetes == 1.21 | :white_check_mark:| :x: | :x: | :x: | :x: | |
| 57 | +| kubernetes >= 1.22 and <= 1.25 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| 58 | +| kubernetes > 1.25 and <= 1.29.1 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
50 | 59 |
|
51 | 60 | ### Contributors
|
52 | 61 |
|
|
0 commit comments