File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
config/samples/deployment Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 29
29
containers :
30
30
- command :
31
31
- /manager
32
- image : foundationdb/fdb-kubernetes-operator:0.27 .0
32
+ image : foundationdb/fdb-kubernetes-operator:0.28 .0
33
33
name : manager
34
34
env :
35
35
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change
1
+ # v0.28.0
2
+
3
+ * Add a flag to enable verbose logs.
4
+ * Replace pods when changing node selectors.
5
+ * Add an option to automatically replace failed processes.
6
+ * Allow deleting pods when other pods are stuck in Terminating.
7
+ * Refactor the creation of service, pods, and PVCs to be based around the
8
+ process group status.
9
+ * Enable leader election by default.
10
+ * Use the FDB client to read the JSON status, rather than the CLI.
11
+ * Automatically build and publish docker images for the operator.
12
+ * Coordinate bounces across data centers when doing upgrades.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ published for each major version.
25
25
26
26
| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
27
27
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28
- | 0.x | 0.27 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28
+ | 0.x | 0.28 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
29
29
30
30
## Preparing for a Major Release
31
31
Original file line number Diff line number Diff line change 1
1
operator :
2
2
name : fdb-kubernetes-operator-controller-manager
3
3
image : foundationdb/fdb-kubernetes-operator
4
- tag : 0.27 .0
4
+ tag : 0.28 .0
5
5
role : fdb-kubernetes-operator-manager-role
6
6
rolebinding : fdb-kubernetes-operator-manager-rolebinding
7
7
replicas : 1
You can’t perform that action at this time.
0 commit comments