Skip to content

Commit

Permalink
Update examples and better document how to run a multi-region FDB clu…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
johscheuer committed Mar 21, 2023
1 parent d409b96 commit f6fcbe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: fdb-binaries
mountPath: /var/output-files
- name: foundationdb-kubernetes-init-7-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.27-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.26-1
args:
- "--copy-library"
- "7.1"
Expand All @@ -75,7 +75,7 @@ spec:
- "--copy-binary"
- "fdbrestore"
- "--output-dir"
- "/var/output-files/7.1.27"
- "/var/output-files/7.1.26"
- "--init-mode"
volumeMounts:
- name: fdb-binaries
Expand Down
4 changes: 2 additions & 2 deletions config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ spec:
- --copy-binary
- fdbrestore
- --output-dir
- /var/output-files/7.1.27
- /var/output-files/7.1.26
- --init-mode
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.27-1
image: foundationdb/foundationdb-kubernetes-sidecar:7.1.26-1
name: foundationdb-kubernetes-init-7-1
volumeMounts:
- mountPath: /var/output-files
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: fdbcli-status-cronjob
image: foundationdb/foundationdb:7.1.27
image: foundationdb/foundationdb:7.1.26
args:
- /usr/bin/fdbcli
- --exec
Expand Down

0 comments on commit f6fcbe2

Please sign in to comment.