microsoft / K8s-Storage-Plugins

Storage plugins for Kubernetes
MIT License
42 stars 20 forks source link

SMB plugin without credentials #17

Open Maellooou opened 4 years ago

Maellooou commented 4 years ago

Hello,

I try to use the SMB plugin but I don't have authentication on the CIFS server.

I tried to modify the smd.ps1 script but I don't find the option of New-SmbGlobalMappingto not pass the credentials.

Does anyone have idea to have a workaround ?

I tried to use New-SmbMapping but I have to precise the letter...

Thank for your help

andyzhangx commented 4 years ago

@Maellooou what kind of k8s cluster are you trying? on Azure? We are working on a SMB CSI driver to work on both Linux and Windows node, this sounds like a reasonable requirement. Let me know more details, thanks.