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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,16 +248,18 @@ Using service IPs presents its own challenges:
248
248
249
249
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.
250
250
FDB supports to use DNS in the cluster file since 7.1 and the operator can make use of that.
251
-
*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.
252
-
Building the operator by yourself can be achieved with `docker build --build-arg FDB_VERSION=7.1.33 -t foundationdb/fdb-kubernetes-operator .`.
251
+
252
+
*Note*: This requires the following customization to inject the 7.1 library and use it as primary library (see code example below).
253
+
As an alternative you can build the operator image by yourself that contains the 7.1 library as the primary library.
254
+
Building the operator by yourself can be achieved with `docker build --build-arg FDB_VERSION=7.1.26 -t foundationdb/fdb-kubernetes-operator .`.
253
255
254
256
```yaml
255
257
initContainers:
256
258
...
257
259
# Install this library in a special location to force the operator to
0 commit comments