zgzzbws commented on code in PR #58730:
URL: https://github.com/apache/spark/pull/58730#discussion_r4044725274


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/MountVolumesFeatureStep.scala:
##########
@@ -134,6 +134,13 @@ private[spark] class MountVolumesFeatureStep(conf: 
KubernetesConf)
               .withPath(path)
               .withServer(server)
             .endNfs()
+
+        case KubernetesCSIVolumeConf(driverName, attributes) =>
+          new VolumeBuilder()
+            .withNewCsi()
+              .withDriver(driverName)

Review Comment:
   Fixed, mount.readOnly is now propagated to csi.readOnly in addition to the 
volume mount, like the PVC branch.



-- 
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]

Reply via email to