fstab / cifs

CIFS Flexvolume Plugin for Kubernetes
MIT License
212 stars 49 forks source link

Daemonset for updating all nodes #23

Open laurijssen opened 3 years ago

laurijssen commented 3 years ago

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 2 hours. Maybe include it in repository and update it to make the install procedure a container itself?

apiVersion: apps/v1 kind: DaemonSet metadata: name: fstab-cifs-updater namespace: default labels: k8s-app: fstab-cifs-updater spec: selector: matchLabels: name: fstab-cifs-updater template: metadata: labels: name: fstab-cifs-updater spec: containers: