manirajv06 commented on PR #1032:
URL: https://github.com/apache/yunikorn-k8shim/pull/1032#issuecomment-4603686605

   > All versions seem to panic with the same code path for e2e tests:
   
   Panic was thrown because of "nil" CSI Manager.
   
   Implemented CSI Manager and CSI Node Lister interfaces. Existing 
CSINodeInformer factory provides a way to fetch the CSINodeLister through low 
level K8s API's. Passed the same as is to newly implemented CSI Manager as is 
so that all CSI related operations, settings, configs etc done at K8s would be 
used as is. Currently, we don't manipulate anything on top of it and use as is.
   
   Developed mocks for the newly introduced implementations for unit tests as 
well.


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

Reply via email to