ReSearchITEng / kubeadm-playbook

Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
https://researchiteng.github.io/kubeadm-playbook/
The Unlicense
592 stars 102 forks source link

fix docker install storage for ZFS + quote in contianerd config #100

Closed ghormoon closed 7 months ago

ghormoon commented 7 months ago

Added option to set storage driver for ZFS

changed the matching regex, as the commit 4ebc48e3964ab8c2ca97d54e3e0ca9d7c05ee15a re-added the quote, but forgets that the quote is rleady in the \2 backquote, so changing the matching regex instead to make it more clear.

future TODO: pre-flight checks that /var/lib/docker and /var/lib/containerd/io.containerd.snapshotter.v1.zfs are on ZFS filesystem if snapshotter is set to ZFS