Skip to content

Instantly share code, notes, and snippets.

View Sillians's full-sized avatar
🔐
locked in

Basil Ihuoma Sillians

🔐
locked in
View GitHub Profile
@Sillians
Sillians / install-kubernetes-flannel-centos7.md
Created February 27, 2020 12:19 — forked from rkaramandi/install-kubernetes-flannel-centos7.md
Installing Kubernetes with the Flannel Network Plugin on CentOS 7

Install Prerequisites on ALL (Worker and Master) Nodes

Let's remove any old versions of Docker if they exist:

sudo yum remove docker \
                  docker-common \
                  docker-selinux \
                  docker-engine