cifs icon indicating copy to clipboard operation
cifs copied to clipboard

CIFS Flexvolume Plugin for Kubernetes

Results 13 cifs issues
Sort by recently updated
recently updated
newest added

I had a problem working on a SElinux enabled environment and I added a quick patch, adding an option and standard SELinux labels allowing containers to manage CIFS volume content...

first, thanks your work, it saved us on some old CIFS, we patched to drop the permission change on mount in our case. flex volumes are now deprecated. Do you...

How to install fstab/cifs in docker desktop kubernetes server for windows? I couldn't not able to find **/usr/libexec/kubernetes/kubelet-plugins/volume/exec** path in docker desktop cluster.

I'm following the instructions but keep getting E0709 11:41:16.026163 13823 desired_state_of_world_populator.go:289] Failed to add volume "cifs" (specName: "cifs") for pod "f31d6a76-a25f-11e9-bbc6-005056bb6d71" to desiredStateOfWorld. err=failed to get Plugin from volumeSpec for...

In case of large clusters updating the cifs script becomes tedious, I have created a daemonset for this. Its very basic but it updates cifs script on every host every...

I wonder if this can be used with rancher and if yes, if there are some step by step instructions how to set it up via GUI? Thx

The issue seems related to the fact that bash interprets exclamation marks because of the history expansion: https://superuser.com/questions/133780/in-bash-how-do-i-escape-an-exclamation-mark. If I use a user that do not have an exclamation mark...

Hello. I use cifs plugin and it work if i use as pod. I have decided as deployment, but it doesn't work ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment...

Trying to install plugin on kubernetes Docker for mac, I copy cifs bin to plugin dir on k8s_kube-controller but I'm not able to execute command `cifs init`. result is `cifs...

add code to check for domain in secrets add code to add domain to $mountOptions if domain in secrets change debugging to use bool variable instead of comments. This makes...