You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/manual/customization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ Using service IPs presents its own challenges:
245
245
Using Pod IPs has the limitation that Pods might get a new IP address if they are recreated and sometimes using service IPs is not the right approach.
246
246
FDB supports to use DNS in the cluster file since 7.1 and the operator can make use of that.
247
247
*Note*: This requires the following customization to inject the 7.1 library and use it as primary library (see code example below). As an alternative you can build the operator image by yourself that contains the 7.1 library as the primary library.
248
-
Building the operator by yourself can be achieved with `docker build --build-arg FDB_VERSION=7.1.25 -t foundationdb/fdb-kubernetes-operator .`.
248
+
Building the operator by yourself can be achieved with `docker build --build-arg FDB_VERSION=7.1.33 -t foundationdb/fdb-kubernetes-operator .`.
Copy file name to clipboardexpand all lines: e2e/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ If the test suite is not able to get at least 2 different `StorageClasses` the m
40
40
The `Makefile` provides different options to customize a test run, e.g. with `FDB_VERSION` a user can specify the used FDB version for a test run:
41
41
42
42
```bash
43
-
FDB_VERSION=7.1.29 make -C e2e -kj test_operator.run
43
+
FDB_VERSION=7.1.33 make -C e2e -kj test_operator.run
44
44
```
45
45
46
46
If those tests are running on a cluster that has no chaos-mesh installed, you can set `ENABLE_CHAOS_TESTS=false` to disable all test that uses chaos-mesh.
0 commit comments