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
@@ -462,7 +462,7 @@ RoutingConfig allows configuring routing to our pods, and services that sit in f
462
462
| ----- | ----------- | ------ | -------- |
463
463
| headlessService | Headless determines whether we want to run a headless service for the cluster. |*bool | false |
464
464
| publicIPSource | PublicIPSource specifies what source a process should use to get its public IPs. This supports the values `pod` and `service`. |*PublicIPSource | false |
465
-
|podIPPattern|PodIPIndex tells the pod to use a specific entry from the podIPs list instead of the default podIP. The entry be the first one that matches the pattern that is provided in this field. This feature is only supported in FDB 7.0 or later, and requires dual-stack support in your Kubernetes environment. |*string| false |
465
+
|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 |
0 commit comments