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/cluster_spec.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -468,7 +468,7 @@ RoutingConfig allows configuring routing to our pods, and services that sit in f
468
468
| ----- | ----------- | ------ | -------- |
469
469
| headlessService | Headless determines whether we want to run a headless service for the cluster. |*bool | false |
470
470
| publicIPSource | PublicIPSource specifies what source a process should use to get its public IPs. This supports the values `pod` and `service`. |*[PublicIPSource](#publicipsource)| false |
471
-
| podIPFamily | PodIPFamily tells the pod which family of IP addresses to use. You can use 4 to represent IPv4, and 6 to represent IPv6. This feature is only supported in FDB 7.0 or later, and requires dual-stack support in your Kubernetes environment. |*int | false |
471
+
| podIPFamily | PodIPFamily tells the pod which family of IP addresses to use. You can use 4 to represent IPv4, and 6 to represent IPv6. This feature requires dual-stack support in your Kubernetes environment. |*int | false |
472
472
| useDNSInClusterFile | UseDNSInClusterFile determines whether to use DNS names rather than IP addresses to identify coordinators in the cluster file. This requires FoundationDB 7.0+. |*bool | false |
473
473
| defineDNSLocalityFields | DefineDNSLocalityFields determines whether to define pod DNS names on pod specs and provide them in the locality arguments to fdbserver. This is ignored if UseDNSInCluster is true. |*bool | false |
474
474
| dnsDomain | DNSDomain defines the cluster domain used in a DNS name generated for a service. The default is `cluster.local`. |*string | false |
0 commit comments