Skip to content

Commit fe2cf42

Browse files
authored
Document issue with older fdb bindings and DNS support (FoundationDB#1956)
* Document issue with older fdb bindings and DNS support
1 parent 4653430 commit fe2cf42

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ dist/
4444

4545
# Ignore any temporary created kube config files
4646
*.kubeconfig
47+
48+
# Used for testing locally build FDB library
49+
libfdb_c.so

docs/manual/operator_customization.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ At start time, the operator scans this directory for version-specific binaries,
1919

2020
## Customizing the Primary Client Library
2121

22-
By default, the primary client library used by the operator is the oldest supported version, as discussed above. If you want to use a newer version of the client library as your primary client, you can control that through additonal init containers.
22+
By default, the primary client library used by the operator is the oldest supported version, as discussed above.
23+
If you want to use a newer version of the client library as your primary client, you can control that through additional init containers.
24+
**NOTE**: When using this approach it can happen that the operator keeps crashing when all coordinators are deleted, see https://github.com/apple/foundationdb/issues/11222.
25+
A better solution is to build the operator with the `7.1` version to prevent those crashes.
2326

2427
```yaml
2528
# This provides partial configuration for the deployment to show what needs to change in order to
@@ -72,4 +75,4 @@ apiVersion: apps/v1
7275
7376
## Next
7477
75-
You can continue on to the [next section](replacements_and_deletions.md) or go back to the [table of contents](index.md).
78+
You can continue on to the [next section](replacements_and_deletions.md) or go back to the [table of contents](index.md).

0 commit comments

Comments
 (0)