viirya commented on code in PR #39022: URL: https://github.com/apache/spark/pull/39022#discussion_r1045284167
########## docs/running-on-kubernetes.md: ########## @@ -1418,15 +1438,17 @@ See the [configuration page](configuration.html) for information on Spark config <td><code>spark.kubernetes.driver.service.ipFamilyPolicy</code></td> <td><code>SingleStack</code></td> <td> - K8s IP Family Policy for Driver Service. + K8s IP Family Policy for Driver Service. Valid values are + <code>SingleStack</code>, <code>PreferDualStack</code>, and <code>RequireDualStack</code>. </td> <td>3.4.0</td> </tr> <tr> <td><code>spark.kubernetes.driver.service.ipFamilies</code></td> <td><code>IPv4</code></td> <td> - A list of IP families for K8s Driver Service. + A list of IP families for K8s Driver Service. Valid values are + <code>IPv4</code> and <code>IPv6</code>. Review Comment: Oh, this is a list config? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
