Skip to content

Commit

Permalink
Mention that sidecarVariables must be populated
Browse files Browse the repository at this point in the history
  • Loading branch information
gm42 committed Mar 26, 2024
1 parent 94352f7 commit 27661f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/fault_domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
valueFrom: $RACK
```

This will set the `zoneid` locality to whatever is in the `RACK` environment variable for the containers providing the monitor conf, which are `foundationdb-kubernetes-init` and `foundationdb-kubernetes-sidecar`.
If you specify this variable in the cluster `spec.sidecarVariables` this will set the `zoneid` locality to whatever is in the `RACK` environment variable for the containers providing the monitor conf, which are `foundationdb-kubernetes-init` and `foundationdb-kubernetes-sidecar`.

## Option 2: Multi-Kubernetes Replication

Expand Down

0 comments on commit 27661f5

Please sign in to comment.