Giving error saying “unsupported graph driver: btrfs” in SLES when try to Kubeadm init
问题 I try to install Kuberneties cluster on SLES. But When I do Kubeadm init using below command it gives given error. Kubeadm init kubeadm init --pod-network-cidr=10.244.0.0/16 --kubernetes-version=1.15.3 Error error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR SystemVerification]: unsupported graph driver: btrfs [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...` In SLES default file system is btrfs. So as