Skip to content

Commit aaea54c

Browse files
committed
DEV-985 operator v1.4.3 docs
1 parent e4b3aa7 commit aaea54c

File tree

19 files changed

+292
-214
lines changed

19 files changed

+292
-214
lines changed

docs/.vuepress/public/_redirects

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@
272272

273273
# k8 Operator
274274
/server/kubernetes-operator/v1.3.0/* /server/kubernetes-operator/v1.3.1/:splat 301
275-
/server/kubernetes-operator/v1.4.0/* /server/kubernetes-operator/v1.4.2/:splat 301
276-
/server/kubernetes-operator/v1.4.1/* /server/kubernetes-operator/v1.4.2/:splat 301
275+
/server/kubernetes-operator/v1.4.0/* /server/kubernetes-operator/v1.4.3/:splat 301
276+
/server/kubernetes-operator/v1.4.1/* /server/kubernetes-operator/v1.4.3/:splat 301
277+
/server/kubernetes-operator/v1.4.2/* /server/kubernetes-operator/v1.4.3/:splat 301
277278

278279
# ######################
279280
# Other
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/server/kubernetes-operator/v1.4.2/getting-started/installation.md

Lines changed: 0 additions & 209 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# title is for breadcrumb and sidebar nav
3-
title: Kubernetes Operator v1.4.2
3+
title: Kubernetes Operator v1.4.3
44
order: 1
55
---

docs/server/kubernetes-operator/v1.4.2/getting-started/README.md renamed to docs/server/kubernetes-operator/v1.4.3/getting-started/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ Kubernetes is the modern enterprise standard for deploying containerized applica
6565
* Allow extra metadata for resources deployed by the Helm chart. See `values.yaml` in the Helm
6666
chart for details.
6767

68+
### New in 1.4.3
69+
70+
* Officially support running in RedHat OpenShift clusters.
71+
* Support deploying through the Operator Lifecycle Manager (OLM) in addition to Helm. OLM is the
72+
recommended mechanism for deploying operators in OpenShift.
73+
6874
## Supported KurrentDB Versions
6975

7076
The Operator supports running the following major versions of KurrentDB:

0 commit comments

Comments
 (0)