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