JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Installing and Configuring Flannel for FTP Procedure Follow kubernetes installation steps, use kubeadm to create the cluster, select default cni network and install Flannel. kubeadm --pod-network-cidr=10.244.0.0/16 Install Flannel. After joining all nodes, switch to kubenet vi /var/lib/kubelet/kubeadm-flags.env Change cni to kubenet. Fix kubelet crash, and optionally enable cadvisor port to view cadvisor GUI. vi /etc/sysconfig/kubelet KUBELET_EXTRA_ARGS=--runtime-cgroups=/systemd/system.slice --kubelet-cgroups=/systemd/system.slice --cadvisor-port=4194 Restart kubelet. systemctl daemon-reload systemctl restart kubelet systemctl start|stop|status servicename(For example, kubelet) Result The sample yaml files are located in the following location: MFT-Install/cloud/k8s_samples/yaml_fyi_only/hostport directory Edit the YAML files like you did the YAML files in the yaml_default directory. Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.