Skip to content

Instantly share code, notes, and snippets.

View sachinar's full-sized avatar
😍
Learning New Things

Sachin Arote sachinar

😍
Learning New Things
View GitHub Profile

install kubernetes 1.6 on centos 7.3

Install kubelet, kubeadm, docker, kubectl and kubernetes-cni

1. Install Yum Repo

cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=http://yum.kubernetes.io/repos/kubernetes-el7-x86_64