Skip to content

Commit b431a2d

Browse files
rb-kurrentstktung
andauthored
DEV-955 operator v1.4.1 docs (#923)
Co-authored-by: Stephen Tung <[email protected]>
1 parent 10797e4 commit b431a2d

File tree

18 files changed

+22
-8
lines changed

18 files changed

+22
-8
lines changed

docs/.vuepress/public/_redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
/server/v5/server/* /server/v5/introduction.html 301
271271
/server/v5/streams/* /server/v5/introduction.html 301
272272

273+
# k8 Operator
274+
/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.1/:splat 301
276+
273277
# ######################
274278
# Other
275279
# ######################
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.0
3+
title: Kubernetes Operator v1.4.1
44
order: 1
55
---

docs/server/kubernetes-operator/v1.4.0/getting-started/README.md renamed to docs/server/kubernetes-operator/v1.4.1/getting-started/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Kubernetes is the modern enterprise standard for deploying containerized applica
4646
[ror]: ../operations/database-deployment.md#deploying-standalone-read-only-replicas
4747
[em]: resource-types.md#kurrentdbextrametadataspec
4848

49+
### New in 1.4.1
50+
51+
* Fix rolling restarts to be quorum-aware for extra data safety.
52+
* Add quorum-aware full restarts for changes that must be applied to all nodes at once, like adding
53+
TLS.
54+
* Fix the `internodeTrafficStrategy: SplitDNS` setting to run correctly on more container runtimes.
55+
* Fix a hang caused adding to pod labels in `extraMetadata` after a KurrentDB was deployed.
56+
* Correctly enforce the immutability of the `sourceBackup` setting to prevent confusing behavior.
57+
* Fix the helm chart to prevent allowing two operator instances to briefly conflict during upgrades.
58+
4959
## Supported KurrentDB Versions
5060

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

docs/server/kubernetes-operator/v1.4.0/getting-started/installation.md renamed to docs/server/kubernetes-operator/v1.4.1/getting-started/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you prefer to install CRDs yourself:
5353

5454
```bash
5555
# Download the kurrentdb-operator Helm chart
56-
helm pull kurrent-latest/kurrentdb-operator --version 1.4.0 --untar
56+
helm pull kurrent-latest/kurrentdb-operator --version 1.4.1 --untar
5757
# Install the CRDs
5858
kubectl apply -f kurrentdb-operator/templates/crds
5959
```
@@ -87,7 +87,7 @@ To deploy the Operator in this mode, run:
8787

8888
```bash
8989
helm install kurrentdb-operator kurrent-latest/kurrentdb-operator \
90-
--version 1.4.0 \
90+
--version 1.4.1 \
9191
--namespace kurrent \
9292
--create-namespace \
9393
--set crds.enabled=true \
@@ -122,7 +122,7 @@ To deploy the Operator in this mode, the following command can be used:
122122

123123
```bash
124124
helm install kurrentdb-operator kurrent-latest/kurrentdb-operator \
125-
--version 1.4.0 \
125+
--version 1.4.1 \
126126
--namespace kurrent \
127127
--create-namespace \
128128
--set crds.enabled=true \
@@ -161,7 +161,7 @@ The Operator deployment can be updated to adjust which namespaces are watched. F
161161

162162
```bash
163163
helm upgrade kurrentdb-operator kurrent-latest/kurrentdb-operator \
164-
--version 1.4.0 \
164+
--version 1.4.1 \
165165
--namespace kurrent \
166166
--reuse-values \
167167
--set operator.namespaces='{kurrent,foo,bar}'
@@ -205,5 +205,5 @@ helm upgrade kurrentdb-operator kurrentdb-operator-repo/kurrentdb-operator \
205205
Here's what these commands do:
206206
- Refresh the local Helm repository index
207207
- Locate an existing operator installation in namespace `kurrent`
208-
- Select the target upgrade version `{version}` e.g. `1.4.0`
208+
- Select the target upgrade version `{version}` e.g. `1.4.1`
209209
- Perform the upgrade, preserving values that were set during installation
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)